diff options
author | hubertf <hubertf> | 2000-06-14 02:10:57 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-06-14 02:10:57 +0000 |
commit | abb03f318ecc28735acae0952e0e4262d8df65eb (patch) | |
tree | f18b392407c95d68ae6f59e6599dbf5cd67f6619 /plan9 | |
parent | 59bc45ce19667041d4526bf74fe799576f866e03 (diff) | |
download | pkgsrc-abb03f318ecc28735acae0952e0e4262d8df65eb.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/Makefile | 5 |
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 |