diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-16 23:07:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-16 23:07:42 +0000 |
commit | e33964c819809b4e9039215e4693439d5290d11c (patch) | |
tree | 02193a5ad469699cf9adb5678ab8d21b53004761 /mk/defs.Darwin.mk | |
parent | 640b53c8dd33bd7934e3190a4b4d6c6592b628de (diff) | |
download | pkgsrc-e33964c819809b4e9039215e4693439d5290d11c.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.mk | 3 |
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 |