summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authoragc <agc>2004-01-27 16:11:47 +0000
committeragc <agc>2004-01-27 16:11:47 +0000
commitc664dc44d1371ebeddd736f6687d04e5a6b7a597 (patch)
treede2800ba0e8810ff95609ed664a91e0571246782 /mk/defs.SunOS.mk
parent47a89a40e2a60370ca3493b3af20199ab5267390 (diff)
downloadpkgsrc-c664dc44d1371ebeddd736f6687d04e5a6b7a597.tar.gz
Replace all occurrences of the "MAIL" definition with MAIL_CMD, since
some shells can set MAIL to be the mailbox of the user, and environment variables will override assignments in make when using conditional assignments.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 370eb805e84..f0b523d4ebc 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.77 2004/01/15 19:00:22 gavan Exp $
+# $NetBSD: defs.SunOS.mk,v 1.78 2004/01/27 16:11:47 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -47,7 +47,7 @@ LDCONFIG?= /usr/bin/true
LN?= /usr/bin/ln
LS?= /usr/bin/ls
M4?= /usr/ccs/bin/m4
-MAIL?= /usr/bin/mailx
+MAIL_CMD?= /usr/bin/mailx
MKDIR?= /usr/bin/mkdir -p
.if exists(${LOCALBASE}/sbin/mtree)
MTREE?= ${LOCALBASE}/sbin/mtree