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 /bin/rmail | |
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 'bin/rmail')
-rw-r--r-- | bin/rmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index fcc11bb..e4e4ef4 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +MAINTAINER= gshapiro@FreeBSD.org + SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/rmail |