summaryrefslogtreecommitdiff
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
parenta91655018d009fc88b3e1567b16b59386fb1e8a9 (diff)
Notes
-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 fcc11bb56f62..e4e4ef420e13 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 4aa78a18169f..271dc67ad57f 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 07b9cda11ce9..54560b7cc1e8 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 3eb1545f7297..b6f554fbf7d7 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 a32f935eabe8..6bc79a15d864 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 4ee85e24b71d..2ed8acb462e6 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 e7a52881ac6a..22ca96c82263 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 5f8d235654f0..9ac29e06fc8b 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 7908ca296014..dc90a0994b4f 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 b7f04a52834f..7c896ac129f5 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 a10ce4ca5cde..0d4086c9dee0 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 0f9d5aeb351c..d529668c37ec 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}