summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.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.SunOS.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.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 4c498ab130b..6d2a6616dac 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.18 2001/12/17 09:36:31 tron Exp $
+# $NetBSD: defs.SunOS.mk,v 1.19 2001/12/19 10:29:11 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -18,6 +18,7 @@ EGREP?= /usr/xpg4/bin/egrep
FALSE?= /usr/bin/false
FILE_CMD?= /usr/bin/file
FIND?= /usr/bin/find
+GMAKE?= ${LOCALBASE}/bin/gmake
GREP?= /usr/bin/grep
GTAR?= ${ZOULARISBASE}/bin/tar
.if exists(/usr/bin/gzip)
@@ -76,6 +77,7 @@ USERADD?= /usr/sbin/useradd
_DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
_DO_SHLIB_CHECKS= yes # fixup PLIST for shared libs
_IMAKE_MAKE= /usr/ccs/bin/make # program which gets invoked by imake
+_OPSYS_HAS_GMAKE= no # GNU make is not standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file