summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-25 10:06:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-25 10:06:06 +0000
commit750d5b551b13828ea0c36ad794bf70709f233323 (patch)
treef6361fdec24bffad92b50aed20e47834ec576572 /cad
parentchipmunk-5.10, an electronic CAD system. (diff)
Add chipmunk, convert to new format along the way.
Notes
Notes: svn path=/head/; revision=2109
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 54379e5fb3c9..d47ded3fe6a6 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -1,6 +1,10 @@
-# $Id: Makefile,v 1.2 1995/01/13 14:00:40 jkh Exp $
+# $Id: Makefile,v 1.3 1995/05/14 03:29:16 asami Exp $
#
-SUBDIR= acs irsim magic pcb
+ SUBDIR += acs
+ SUBDIR += chipmunk
+ SUBDIR += irsim
+ SUBDIR += magic
+ SUBDIR += pcb
.include <bsd.port.subdir.mk>