summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authoragc <agc>2001-12-19 10:29:11 +0000
committeragc <agc>2001-12-19 10:29:11 +0000
commit3ab15af6bd19a149dd3f12c5b7c8f757294944d3 (patch)
treee4fb50603d16851644dfdf4c5f511b07676bf74c /mk/defs.Darwin.mk
parent4cf17170e51c82d0991820a0401a2bf14c539b19 (diff)
downloadpkgsrc-3ab15af6bd19a149dd3f12c5b7c8f757294944d3.tar.gz
Add a new _OPSYS_HAS_GMAKE definition, to denote that the OS has GNU make
as standard. Hoist the default definition of ${GMAKE} from bsd.pkg.mk into the different defs.${OPSYS}.mk files. A non-standard location or name for GMAKE can still be specified in /etc/mk.conf.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index d06a24b0528..c59eb27250c 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.14 2001/11/21 14:10:07 agc Exp $
+# $NetBSD: defs.Darwin.mk,v 1.15 2001/12/19 10:29:11 agc Exp $
#
# Variable definitions for the Darwin operating system.
@@ -18,6 +18,7 @@ EGREP?= /usr/bin/egrep
FALSE?= false # Shell builtin
FILE_CMD?= /usr/bin/file
FIND?= /usr/bin/find
+GMAKE?= /usr/bin/make
GREP?= /usr/bin/grep
GTAR?= /usr/bin/tar
GUNZIP_CMD?= /usr/bin/gunzip -f
@@ -67,6 +68,7 @@ ZOULARISBASE?= ${DESTDIR}/usr/pkg
_DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
_DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs
_IMAKE_MAKE= ${MAKE} # program which gets invoked by imake
+_OPSYS_HAS_GMAKE= yes # GNU make is standard
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file