From 46a5f0644c9068f65d47904849ef149435ec3175 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 23 May 2005 09:27:48 +0000 Subject: Set NO_BUILD and NO_MTREE to yes instead of #defined. --- emulators/compat12/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/compat12') 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 -- cgit v1.2.3