summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-08-13 09:01:12 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-08-13 09:01:12 +0000
commit985942e1cb0042997b0299f7f514a25d57c3ff19 (patch)
treef1ff4228a78162e472f8a12bfd51d61c2394bbba /etc/Makefile
parenteec2af9031e707d6272d8d803423a0dcd03df14a (diff)
downloadFreeBSD-src-985942e1cb0042997b0299f7f514a25d57c3ff19.zip
FreeBSD-src-985942e1cb0042997b0299f7f514a25d57c3ff19.tar.gz
Add alaises as another file to install into /etc/mail/.
Rename the variable from NOSPAM to ETCMAIL as the list of files actually only contains one antispam related file.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5356384..495df28 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -38,8 +38,8 @@ MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
PPPCNF= ppp.deny ppp.shells.sample
PPPCF2= ppp.conf
-NOSPAM= Makefile README mailer.conf access.sample virtusertable.sample \
- mailertable.sample
+ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
+ mailertable.sample aliases
# Special top level files for FreeBSD
@@ -110,7 +110,7 @@ distribution:
cd ${.CURDIR}/ppp; ${INSTALL} -c -o root -g ${BINGRP} -m 600 \
${PPPCF2} ${DESTDIR}/etc/ppp
cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${NOSPAM} ${DESTDIR}/etc/mail
+ ${ETCMAIL} ${DESTDIR}/etc/mail
${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
${DESTDIR}/etc/dumpdates
${INSTALL} -c -o nobody -g ${BINGRP} -m 644 /dev/null \
OpenPOWER on IntegriCloud