diff options
author | mph <mph@FreeBSD.org> | 1998-05-18 12:21:53 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-18 12:21:53 +0800 |
commit | 4680ca71f26014ad52e52970fb0b4690e3c42829 (patch) | |
tree | db0644261af57e0c287bf9649480ededf9860341 /cad/Makefile | |
parent | b64c0f51abf357aec6c084de3ae26d3ae9e53f10 (diff) | |
download | freebsd-ports-gnome-4680ca71f26014ad52e52970fb0b4690e3c42829.tar.gz freebsd-ports-gnome-4680ca71f26014ad52e52970fb0b4690e3c42829.tar.zst freebsd-ports-gnome-4680ca71f26014ad52e52970fb0b4690e3c42829.zip |
Activate xcircuit.
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index c573d641c067..605047540793 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/01/15 07:49:06 asami Exp $ +# $Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp $ # SUBDIR += acs @@ -10,5 +10,6 @@ SUBDIR += mars SUBDIR += pcb SUBDIR += spice + SUBDIR += xcircuit .include <bsd.port.subdir.mk> |