diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-06-11 14:55:15 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-06-11 14:55:15 +0000 |
commit | bacc50e87eebc1ad12da1da6369a2c4a64063102 (patch) | |
tree | f47eeb25f1baec80cc7095dd423ae84fd99b6659 /cad/Makefile | |
parent | a8f3e2682340ef5587258c1ee98a73f74c4a4e97 (diff) | |
download | pkgsrc-bacc50e87eebc1ad12da1da6369a2c4a64063102.tar.gz |
spice works
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile index 0c413a5bb62..34093d7506a 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/06/06 22:53:03 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/11 14:55:15 hubertf Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp # @@ -12,6 +12,6 @@ # SUBDIR += magic # SUBDIR += mars # SUBDIR += pcb -# SUBDIR += spice + SUBDIR += spice .include "../mk/bsd.pkg.subdir.mk" |