summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/rmail/Makefile2
-rw-r--r--lib/libsmdb/Makefile2
-rw-r--r--lib/libsmutil/Makefile2
-rw-r--r--libexec/mail.local/Makefile2
-rw-r--r--libexec/smrsh/Makefile2
-rw-r--r--share/doc/smm/08.sendmailop/Makefile2
-rw-r--r--share/sendmail/Makefile2
-rw-r--r--usr.bin/vacation/Makefile2
-rw-r--r--usr.sbin/mailstats/Makefile2
-rw-r--r--usr.sbin/makemap/Makefile2
-rw-r--r--usr.sbin/praliases/Makefile2
-rw-r--r--usr.sbin/sendmail/Makefile2
12 files changed, 24 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
diff --git a/lib/libsmdb/Makefile b/lib/libsmdb/Makefile
index 4aa78a1..271dc67 100644
--- a/lib/libsmdb/Makefile
+++ b/lib/libsmdb/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsmdb
diff --git a/lib/libsmutil/Makefile b/lib/libsmutil/Makefile
index 07b9cda..54560b7 100644
--- a/lib/libsmutil/Makefile
+++ b/lib/libsmutil/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsmutil
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
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile
index 4ee85e2..2ed8acb 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 e7a5288..22ca96c 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)
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile
index 5f8d235..9ac29e0 100644
--- a/usr.bin/vacation/Makefile
+++ b/usr.bin/vacation/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/vacation
diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile
index 7908ca2..dc90a09 100644
--- a/usr.sbin/mailstats/Makefile
+++ b/usr.sbin/mailstats/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.2 (Berkeley) 9/21/96
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/mailstats
diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile
index b7f04a5..7c896ac 100644
--- a/usr.sbin/makemap/Makefile
+++ b/usr.sbin/makemap/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.4 (Berkeley) 6/10/97
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/makemap
diff --git a/usr.sbin/praliases/Makefile b/usr.sbin/praliases/Makefile
index a10ce4c..0d4086c 100644
--- a/usr.sbin/praliases/Makefile
+++ b/usr.sbin/praliases/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.2 (Berkeley) 9/21/96
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/praliases
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 0f9d5ae..d529668 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.8 (Berkeley) 3/28/97
# $FreeBSD$
+MAINTAINER= gshapiro@FreeBSD.org
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
SMDIR= ${SENDMAIL_DIR}/src
.PATH: ${SMDIR}
OpenPOWER on IntegriCloud