diff options
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index c34deb2fc70..fc4087d291f 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/01/17 09:34:13 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1999/06/03 16:30:18 tron Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp # @@ -15,5 +15,6 @@ SUBDIR += ntesla SUBDIR += pcb SUBDIR += spice + SUBDIR += vipec .include "../mk/bsd.pkg.subdir.mk" |