summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authorheinz <heinz>2003-12-16 23:07:42 +0000
committerheinz <heinz>2003-12-16 23:07:42 +0000
commitd9ea7989cb85e1acbef63c16dd6e5d165d921321 (patch)
tree02193a5ad469699cf9adb5678ab8d21b53004761 /mk/defs.Darwin.mk
parent13260844178282515c0d5e85a4d2fc1af8c638dc (diff)
downloadpkgsrc-d9ea7989cb85e1acbef63c16dd6e5d165d921321.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.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index f0294ed25cc..bb5e8a91f51 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.63 2003/12/16 22:54:13 heinz Exp $
+# $NetBSD: defs.Darwin.mk,v 1.64 2003/12/16 23:07:42 heinz Exp $
#
# Variable definitions for the Darwin operating system.
@@ -38,6 +38,7 @@ LDD?= /usr/bin/otool -L
LN?= /bin/ln
LS?= /bin/ls
M4?= /usr/bin/m4
+MAIL?= /usr/bin/mail
MKDIR?= /bin/mkdir -p
MTREE?= /usr/sbin/mtree
MV?= /bin/mv