summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-04-17 03:45:45 +0000
committergjb <gjb@FreeBSD.org>2016-04-17 03:45:45 +0000
commit20be379195beea2a282e9fbc23229bddbd610333 (patch)
treeaa862b2a6f45750a8e945d1deaa2bcc89765247c /etc/Makefile
parentf4e1f67adb9115a2f4a496dd1667dc6947a459d2 (diff)
downloadFreeBSD-src-20be379195beea2a282e9fbc23229bddbd610333.zip
FreeBSD-src-20be379195beea2a282e9fbc23229bddbd610333.tar.gz
Fix etcupdate(8) with rc.sendmail and devd/*. It turns out
BIN1 and such in etc/* cannot use FILESGROUPS. Reported by: peter Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d7e30c5..94c4473 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -83,13 +83,8 @@ BIN1+= apmd.conf
.endif
.if ${MK_AUTOFS} != "no"
-FILESGROUPS+= AUTOFS
-AUTOFS+= auto_master
+BIN1+= auto_master
.endif
-AUTOFSDIR= /etc
-AUTOFSMODE= ${BINMODE}
-AUTOFSPACKAGE= autofs
-AUTOFSTAGS= config
.if ${MK_FREEBSD_UPDATE} != "no"
BIN1+= freebsd-update.conf
@@ -141,12 +136,8 @@ BIN1+= pf.os
.endif
.if ${MK_SENDMAIL} != "no"
-FILESGROUPS+= SENDMAILRC
-SENDMAILRC= rc.sendmail
+BIN1+= rc.sendmail
.endif
-SENDMAILRCDIR= /etc
-SENDMAILRCMODE= ${BINMODE}
-SENDMAILRCPACKAGE=sendmail
.if ${MK_TCSH} != "no"
BIN1+= csh.cshrc csh.login csh.logout
OpenPOWER on IntegriCloud