diff options
author | heinz <heinz> | 2003-12-16 23:07:42 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-12-16 23:07:42 +0000 |
commit | 1f69dd00e83c8f3262a85379d4e7f9839ca2647b (patch) | |
tree | 02193a5ad469699cf9adb5678ab8d21b53004761 /mk/defs.SunOS.mk | |
parent | ad47453c0d9263ec1b673d09307bcbfca528e0aa (diff) | |
download | pkgsrc-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.mk | 3 |
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 |