summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authorheinz <heinz>2003-12-16 23:07:42 +0000
committerheinz <heinz>2003-12-16 23:07:42 +0000
commit1f69dd00e83c8f3262a85379d4e7f9839ca2647b (patch)
tree02193a5ad469699cf9adb5678ab8d21b53004761 /mk/defs.SunOS.mk
parentad47453c0d9263ec1b673d09307bcbfca528e0aa (diff)
downloadpkgsrc-1f69dd00e83c8f3262a85379d4e7f9839ca2647b.tar.gz
Introduce command MAIL. It will be used to send messages like this:
echo "message" | ${MAIL} -s"subject" add@ress.example
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 351ae561e92..44f6853e2cf 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.73 2003/12/16 22:54:13 heinz Exp $
+# $NetBSD: defs.SunOS.mk,v 1.74 2003/12/16 23:07:42 heinz Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -47,6 +47,7 @@ LDCONFIG?= /usr/bin/true
LN?= /usr/bin/ln
LS?= /usr/bin/ls
M4?= /usr/ccs/bin/m4
+MAIL?= /usr/bin/mailx
MKDIR?= /usr/bin/mkdir -p
.if exists(${LOCALBASE}/sbin/mtree)
MTREE?= ${LOCALBASE}/sbin/mtree