diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 09:27:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 09:27:48 +0000 |
commit | fb788e677abdedd84c0f741690de276103a99a09 (patch) | |
tree | b5099a466d8a508d1a9097867d1b0b9d5817d2af /emulators/compat12 | |
parent | 317069db58209371a247930e467fa9ce0b861409 (diff) | |
download | pkgsrc-fb788e677abdedd84c0f741690de276103a99a09.tar.gz |
Set NO_BUILD and NO_MTREE to yes instead of #defined.
Diffstat (limited to 'emulators/compat12')
-rw-r--r-- | emulators/compat12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index 0e3594a37b9..f8e5ca0a844 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/23 09:27:48 rillig Exp $ # DISTNAME= compat12-${MACHINE_ARCH} @@ -13,8 +13,8 @@ COMMENT= Shared libraries for NetBSD 1.2 (and earlier) compatibility ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-ns32k \ NetBSD-*-sparc -NO_BUILD= # defined -NO_MTREE= # defined +NO_BUILD= yes +NO_MTREE= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL |