summaryrefslogtreecommitdiff
path: root/cad/Makefile
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>1998-07-01 15:40:47 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>1998-07-01 15:40:47 +0000
commit2c26d9e848a3e2053b9758c29c225504262c4227 (patch)
tree287e1535e85c2251265fba00293c78ccdc6ad759 /cad/Makefile
parentSis, a program suite for synthesis of sequential circuits. (diff)
Enable sis, a new circuit emulator port.
Notes
Notes: svn path=/head/; revision=11641
Diffstat (limited to 'cad/Makefile')
-rw-r--r--cad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 605047540793..06b564e4fcbb 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp $
+# $Id: Makefile,v 1.9 1998/05/18 04:21:53 mph Exp $
#
SUBDIR += acs
@@ -10,6 +10,7 @@
SUBDIR += mars
SUBDIR += pcb
SUBDIR += spice
+ SUBDIR += sis
SUBDIR += xcircuit
.include <bsd.port.subdir.mk>