diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:54:04 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:54:04 +0000 |
commit | e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3 (patch) | |
tree | 00a59ef3652b99dcc8481678e405557b4adc4aac /share | |
parent | deabab50c576da23313dc6df610c26adebb55851 (diff) | |
download | FreeBSD-src-e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3.zip FreeBSD-src-e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3.tar.gz |
Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/smm/08.sendmailop/Makefile | 2 | ||||
-rw-r--r-- | share/sendmail/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile index 5770c96..a236647 100644 --- a/share/doc/smm/08.sendmailop/Makefile +++ b/share/doc/smm/08.sendmailop/Makefile @@ -1,8 +1,6 @@ # From: @(#)Makefile 8.2 (Berkeley) 2/28/94 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - VOLUME= smm/08.sendmailop SRCS= op.me MACROS= -me diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index 62d1585..9574e68 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -2,8 +2,6 @@ # # Doing a make install builds /usr/share/sendmail/ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail CFDIR= cf CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print) |