diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /emulators/compat16 | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'emulators/compat16')
-rw-r--r-- | emulators/compat16/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index d99ef4f642b..4679ee3adf4 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/03/23 10:55:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -15,9 +15,9 @@ VERSION= 1.6.0 ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386 -NO_MTREE= # defined -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_MTREE= yes +NO_BUILD= yes +NO_CONFIGURE= yes SHLIB_HANDLING= NO .include "../../mk/bsd.prefs.mk" |