diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-05-23 08:29:27 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-05-23 08:29:27 +0000 |
commit | 115800797ccbf5c98f3092f247a6c5a65c37c83b (patch) | |
tree | de626a5706206c301aac74b08937db528c553545 /cad/Makefile | |
parent | 79e8f75f8d4205bf45b37bece893f7553c8e7622 (diff) | |
download | ports-115800797ccbf5c98f3092f247a6c5a65c37c83b.tar.gz ports-115800797ccbf5c98f3092f247a6c5a65c37c83b.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 d47ded3fe6a6..97f1610eac70 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> |