diff options
Diffstat (limited to 'emulators/compat14-crypto/Makefile')
-rw-r--r-- | emulators/compat14-crypto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index b1b7c91b304..fd936faee1d 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} @@ -20,8 +20,8 @@ NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* CRYPTO= YES -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL |