diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/mail.local/Makefile | 2 | ||||
-rw-r--r-- | libexec/smrsh/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 3eb1545..b6f554f 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ +MAINTAINER= gshapiro@FreeBSD.org + SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mail.local diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index a32f935..6bc79a1 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 7/2/95 # $FreeBSD$ +MAINTAINER= gshapiro@FreeBSD.org + SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/smrsh |