diff options
author | tg <tg@FreeBSD.org> | 1996-05-23 08:29:27 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-05-23 08:29:27 +0000 |
commit | 822f5f2e30d0eb8617501ab8a87af63cf6f71ade (patch) | |
tree | b6efc3349e26c533e690ca2488dc29a6dab7f9d0 /cad/Makefile | |
parent | 449cd2a9e7e55957a81f54deffc7f01265cf00b5 (diff) | |
download | FreeBSD-ports-822f5f2e30d0eb8617501ab8a87af63cf6f71ade.zip FreeBSD-ports-822f5f2e30d0eb8617501ab8a87af63cf6f71ade.tar.gz |
Add spice.
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 d47ded3..97f1610 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/05/14 03:29:16 asami Exp $ +# $Id: Makefile,v 1.4 1995/08/25 10:06:06 asami Exp $ # SUBDIR += acs @@ -6,5 +6,6 @@ SUBDIR += irsim SUBDIR += magic SUBDIR += pcb + SUBDIR += spice .include <bsd.port.subdir.mk> |