summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.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.Linux.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.Linux.mk')
-rw-r--r--mk/defs.Linux.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.Linux.mk b/mk/defs.Linux.mk
index 5dee162a8c4..d69770fac3e 100644
--- a/mk/defs.Linux.mk
+++ b/mk/defs.Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.20 2001/11/21 14:10:07 agc Exp $
+# $NetBSD: defs.Linux.mk,v 1.21 2001/12/19 10:29:11 agc Exp $
#
# Variable definitions for the Linux operating system.
@@ -18,6 +18,7 @@ EGREP?= /bin/egrep
FALSE?= /bin/false
FILE_CMD?= /usr/bin/file
FIND?= /usr/bin/find
+GMAKE?= /usr/bin/make
GREP?= /bin/grep
GTAR?= /bin/tar
GUNZIP_CMD?= /usr/bin/gunzip -f
@@ -71,6 +72,7 @@ ZOULARISBASE?= ${DESTDIR}/usr/local/bsd
_DO_LIBINTL_CHECKS= no # 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= 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