diff options
-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> |