diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-25 10:06:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-25 10:06:06 +0000 |
commit | 750d5b551b13828ea0c36ad794bf70709f233323 (patch) | |
tree | f6361fdec24bffad92b50aed20e47834ec576572 /cad/Makefile | |
parent | 28ceec8a0e56df291f86d84129e6b2f4f8415981 (diff) | |
download | ports-750d5b551b13828ea0c36ad794bf70709f233323.tar.gz ports-750d5b551b13828ea0c36ad794bf70709f233323.zip |
Notes
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 8 |
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> |