From 10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 9 Sep 2001 20:36:07 +0000 Subject: Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). --- emulators/mmix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/mmix') diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index 8948b649556..282c5751e42 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/12 21:52:13 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:22 agc Exp $ DISTNAME= mmix PKGNAME= mmix-20000918 @@ -11,7 +11,7 @@ COMMENT= Simulators for Knuth's MMIX RISC architecture BUILD_DEPENDS+= cweb-*:../../devel/cweb DIST_SUBDIR= ${PKGNAME} -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} ALL_TARGET= all doc -- cgit v1.2.3