summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorjmb <jmb@FreeBSD.org>1997-10-20 00:35:38 +0000
committerjmb <jmb@FreeBSD.org>1997-10-20 00:35:38 +0000
commitd7fe9cd5322e0eea23530ba85f43913001247400 (patch)
treeacb76b3240d8261b20f9aacd62c6bb778774198b /etc/Makefile
parent95d94365c5b6a17f98302f29a826778068155628 (diff)
downloadFreeBSD-src-d7fe9cd5322e0eea23530ba85f43913001247400.zip
FreeBSD-src-d7fe9cd5322e0eea23530ba85f43913001247400.tar.gz
add /etc/mail--the anti-spam files
branches affected: -current, RELENG_2_2, and RELENG_2_1_0
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 74ff2e0..c24463c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.160 1997/08/16 17:07:12 pst Exp $
+# $Id: Makefile,v 1.161 1997/09/28 22:22:06 jkh Exp $
# -rw-r--r--
BINOWN= root
@@ -28,6 +28,7 @@ NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost
PPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \
ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \
ppp.pap.dialup.sample ppp.secret.sample ppp.deny ppp.shells.sample
+NOSPAM= Makefile README sendmail.cf.additions
# Special top level files for FreeBSD
@@ -83,6 +84,8 @@ distribution:
${NAMEDB} ${DESTDIR}/etc/namedb
cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${PPPCNF} ${DESTDIR}/etc/ppp
+ cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
+ ${NOSPAM} ${DESTDIR}/etc/mail
${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
${DESTDIR}/etc/dumpdates
${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
OpenPOWER on IntegriCloud