diff options
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 6572b0af503..3a44aedb99b 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/06/20 09:22:43 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/26 09:10:23 frueauf Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # @@ -33,7 +33,7 @@ do-build: cd ${WRKSRC} ; util/build NetBSD default do-install: - cd ${WRKSRC} ; util/build NetBSD install + cd ${WRKSRC} ; util/build NetBSD install chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec |