diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-26 23:02:36 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-26 23:02:36 +0000 |
commit | 90b1557dac582ac1c82e82b29dc1e3c13602608b (patch) | |
tree | 81889edda067af438a1f581446aab9e28101eed7 /libexec | |
parent | 963bc175248132bc9bc9684cc48909c63af3e2b9 (diff) | |
download | FreeBSD-src-90b1557dac582ac1c82e82b29dc1e3c13602608b.zip FreeBSD-src-90b1557dac582ac1c82e82b29dc1e3c13602608b.tar.gz |
Add a MAINTAINER= line so people know who to blame
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 |