diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:54:04 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:54:04 +0000 |
commit | dce6e6518b85561495cff38a3074a69d29d58a55 (patch) | |
tree | 00a59ef3652b99dcc8481678e405557b4adc4aac /usr.sbin/sendmail | |
parent | d361b55eb7039c23016a219bc8a016b46a341533 (diff) | |
download | src-dce6e6518b85561495cff38a3074a69d29d58a55.tar.gz src-dce6e6518b85561495cff38a3074a69d29d58a55.zip |
Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).
Notes
Notes:
svn path=/head/; revision=117299
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 07a5ade56e41..d868d348fe93 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail SMDIR= ${SENDMAIL_DIR}/src .PATH: ${SMDIR} |