diff options
author | tron <tron> | 1999-06-03 16:30:18 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-03 16:30:18 +0000 |
commit | caca2ef022a73f09fec5fe2bab10b9a0676dc9df (patch) | |
tree | e11562db6e93d67a3cb7f3a59424a10a016cc06e /cad/Makefile | |
parent | eb454ea2eadab58ace5a737d50a8516b03c81350 (diff) | |
download | pkgsrc-caca2ef022a73f09fec5fe2bab10b9a0676dc9df.tar.gz |
Add and enable "vipec". Fixes PR pkg/7535 by Dan McMahill.
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 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" |