summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-05-23 08:29:27 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-05-23 08:29:27 +0000
commit115800797ccbf5c98f3092f247a6c5a65c37c83b (patch)
treede626a5706206c301aac74b08937db528c553545 /cad
parentFinally, a port of the famous circuit simulation system. (diff)
Add spice.
Notes
Notes: svn path=/head/; revision=3121
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile
index d47ded3fe6a6..97f1610eac70 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/05/14 03:29:16 asami Exp $
+# $Id: Makefile,v 1.4 1995/08/25 10:06:06 asami Exp $
#
SUBDIR += acs
@@ -6,5 +6,6 @@
SUBDIR += irsim
SUBDIR += magic
SUBDIR += pcb
+ SUBDIR += spice
.include <bsd.port.subdir.mk>