diff options
author | asami <asami@FreeBSD.org> | 1995-08-25 10:06:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-25 10:06:06 +0000 |
commit | 6a18ab5e7ee5cb489da7b90b749ad711862caa4b (patch) | |
tree | e9b22efc303ed1f828b094c0b4a27339ad712b97 /cad | |
parent | e297adc4c9d4cc645ca6ea33244c50da0366633a (diff) | |
download | FreeBSD-ports-6a18ab5e7ee5cb489da7b90b749ad711862caa4b.zip FreeBSD-ports-6a18ab5e7ee5cb489da7b90b749ad711862caa4b.tar.gz |
Add chipmunk, convert to new format along the way.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile index 54379e5..d47ded3 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> |