summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-06-14 02:10:57 +0000
committerhubertf <hubertf@pkgsrc.org>2000-06-14 02:10:57 +0000
commitaeca013e4d1cfa80dc0d3c5e5cafd185614d225a (patch)
treef18b392407c95d68ae6f59e6599dbf5cd67f6619 /plan9
parent137cde977e17e2b53adc1c83eb438f3f12370ce7 (diff)
downloadpkgsrc-aeca013e4d1cfa80dc0d3c5e5cafd185614d225a.tar.gz
Use the defines from bsd.pkg.mk, don't start subshells.
(The values for uname etc. will probably be passed in from upper-level make processes).
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9menu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/plan9/9menu/Makefile b/plan9/9menu/Makefile
index cbb0d110e11..24f3715156a 100644
--- a/plan9/9menu/Makefile
+++ b/plan9/9menu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/01 14:07:55 agc Exp $
+# $NetBSD: Makefile,v 1.10 2000/06/14 02:10:58 hubertf Exp $
# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
#
@@ -9,8 +9,7 @@ EXTRACT_SUFX= .shar.gz
MAINTAINER= packages@netbsd.org
-OPSYS!= uname -s
-
+.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD")
MANCOMPRESSED= yes
.endif