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/netbsd32_compat15 | |
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/netbsd32_compat15')
-rw-r--r-- | emulators/netbsd32_compat15/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/netbsd32_compat15/Makefile b/emulators/netbsd32_compat15/Makefile index a9469017cd9..5ab6c76b18e 100644 --- a/emulators/netbsd32_compat15/Makefile +++ b/emulators/netbsd32_compat15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/11/23 05:22:34 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -20,8 +20,8 @@ CONFLICTS= netbsd32_compat16-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL |