aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-26 23:02:36 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-26 23:02:36 +0000
commitd1ba25f456132eabc6f1244e4bbbf3d19e8f3a31 (patch)
tree49ebbd302930d84f4df0c807bd83ec05002e3ba1 /share
parenta91655018d009fc88b3e1567b16b59386fb1e8a9 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/doc/smm/08.sendmailop/Makefile2
-rw-r--r--share/sendmail/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile
index 4ee85e24b71d7..2ed8acb462e60 100644
--- a/share/doc/smm/08.sendmailop/Makefile
+++ b/share/doc/smm/08.sendmailop/Makefile
@@ -1,6 +1,8 @@
# 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 e7a52881ac6a5..22ca96c822632 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -2,6 +2,8 @@
#
# 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)