summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-15 15:15:23 +0000
committerhans <hans@pkgsrc.org>2012-02-15 15:15:23 +0000
commit58ba34e16a8685ada76c6d56a2d263a0e1c50225 (patch)
tree56bda5d6a2891cea249c17c1243d6c485d31c794 /mk
parent2f5059596dfc3c4f5ff0a953c34ab060581a2e6d (diff)
downloadpkgsrc-58ba34e16a8685ada76c6d56a2d263a0e1c50225.tar.gz
Use ${MAKE} as IMAKE_MAKE.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/SunOS.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index d5343687783..4ebf8c25e61 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,9 +1,9 @@
-# $NetBSD: SunOS.mk,v 1.41 2012/01/12 15:53:37 hans Exp $
+# $NetBSD: SunOS.mk,v 1.42 2012/02/15 15:15:23 hans Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
ECHO_N?= ${ECHO} -n
-IMAKE_MAKE?= /usr/ccs/bin/make # program which gets invoked by imake
+IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= lib
PS?= /bin/ps
# XXX: default from defaults/mk.conf. Verify/correct for this platform