diff options
-rw-r--r-- | cad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile index 34093d7506a..b75e3b3a61e 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/06/11 14:55:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/11/07 14:33:39 frueauf Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp # @@ -11,7 +11,7 @@ # SUBDIR += kaskade # SUBDIR += magic # SUBDIR += mars -# SUBDIR += pcb + SUBDIR += pcb SUBDIR += spice .include "../mk/bsd.pkg.subdir.mk" |