diff options
author | asami <asami@FreeBSD.org> | 1995-08-25 18:06:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-25 18:06:06 +0800 |
commit | 6a18ab5e7ee5cb489da7b90b749ad711862caa4b (patch) | |
tree | e9b22efc303ed1f828b094c0b4a27339ad712b97 /cad/Makefile | |
parent | e297adc4c9d4cc645ca6ea33244c50da0366633a (diff) | |
download | freebsd-ports-gnome-6a18ab5e7ee5cb489da7b90b749ad711862caa4b.tar.gz freebsd-ports-gnome-6a18ab5e7ee5cb489da7b90b749ad711862caa4b.tar.zst freebsd-ports-gnome-6a18ab5e7ee5cb489da7b90b749ad711862caa4b.zip |
Add chipmunk, convert to new format along the way.
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> |