diff options
author | Guy Helmer <ghelmer@FreeBSD.org> | 1998-07-01 15:40:47 +0000 |
---|---|---|
committer | Guy Helmer <ghelmer@FreeBSD.org> | 1998-07-01 15:40:47 +0000 |
commit | 2c26d9e848a3e2053b9758c29c225504262c4227 (patch) | |
tree | 287e1535e85c2251265fba00293c78ccdc6ad759 /cad/Makefile | |
parent | 266e501e5dfc0afade882683adbd72c0f7451225 (diff) | |
download | ports-2c26d9e848a3e2053b9758c29c225504262c4227.tar.gz ports-2c26d9e848a3e2053b9758c29c225504262c4227.zip |
Notes
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index 605047540793..06b564e4fcbb 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp $ +# $Id: Makefile,v 1.9 1998/05/18 04:21:53 mph Exp $ # SUBDIR += acs @@ -10,6 +10,7 @@ SUBDIR += mars SUBDIR += pcb SUBDIR += spice + SUBDIR += sis SUBDIR += xcircuit .include <bsd.port.subdir.mk> |