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