Wed Feb 15 15:15:23 2012 UTC ()
Use ${MAKE} as IMAKE_MAKE.


(hans)
diff -r1.41 -r1.42 pkgsrc/mk/platform/SunOS.mk

cvs diff -r1.41 -r1.42 pkgsrc/mk/platform/SunOS.mk (expand / switch to unified diff)

--- pkgsrc/mk/platform/SunOS.mk 2012/01/12 15:53:37 1.41
+++ pkgsrc/mk/platform/SunOS.mk 2012/02/15 15:15:23 1.42
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: SunOS.mk,v 1.41 2012/01/12 15:53:37 hans Exp $ 1# $NetBSD: SunOS.mk,v 1.42 2012/02/15 15:15:23 hans Exp $
2# 2#
3# Variable definitions for the SunOS/Solaris operating system. 3# Variable definitions for the SunOS/Solaris operating system.
4 4
5ECHO_N?= ${ECHO} -n 5ECHO_N?= ${ECHO} -n
6IMAKE_MAKE?= /usr/ccs/bin/make # program which gets invoked by imake 6IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
7PKGLOCALEDIR?= lib 7PKGLOCALEDIR?= lib
8PS?= /bin/ps 8PS?= /bin/ps
9# XXX: default from defaults/mk.conf. Verify/correct for this platform 9# XXX: default from defaults/mk.conf. Verify/correct for this platform
10# and remove this comment. 10# and remove this comment.
11SU?= /usr/bin/su 11SU?= /usr/bin/su
12TYPE?= /usr/bin/type 12TYPE?= /usr/bin/type
13 13
14CPP_PRECOMP_FLAGS?= # unset 14CPP_PRECOMP_FLAGS?= # unset
15DEF_UMASK?= 022 15DEF_UMASK?= 022
16DEFAULT_SERIAL_DEVICE?= /dev/null 16DEFAULT_SERIAL_DEVICE?= /dev/null
17EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table 17EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
18GROUPADD?= /usr/sbin/groupadd 18GROUPADD?= /usr/sbin/groupadd
19NOLOGIN?= /usr/bin/false 19NOLOGIN?= /usr/bin/false