summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-06-22 07:57:29 +0000
committerngie <ngie@FreeBSD.org>2017-06-22 07:57:29 +0000
commit1cea712bbd4e2cef8de50426e3c798a65916eddf (patch)
tree5586e5a0de9cafd6e3d1f3c12d84d1670bd6849d
parent5fe9a66bb192463d3c8a35916158d119f3c351ce (diff)
downloadFreeBSD-src-1cea712bbd4e2cef8de50426e3c798a65916eddf.zip
FreeBSD-src-1cea712bbd4e2cef8de50426e3c798a65916eddf.tar.gz
Revert r320228 as well
See r320229 for the other related revert commit.
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 3d1f592..926bc81 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -3,6 +3,9 @@
.include <bsd.own.mk>
+SUBDIR= \
+ newsyslog.conf.d
+
.if ${MK_SENDMAIL} != "no"
SUBDIR+=sendmail
.endif
@@ -238,11 +241,9 @@ distribution:
.if ${MK_BLUETOOTH} != "no"
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
.endif
- ${_+_}cd ${.CURDIR}/cron.d; ${MAKE} install
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
- ${_+_}cd ${.CURDIR}/newsyslog.conf.d; ${MAKE} install
.if ${MK_NTP} != "no"
${_+_}cd ${.CURDIR}/ntp; ${MAKE} install
.endif
@@ -252,7 +253,6 @@ distribution:
.endif
${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
- ${_+_}cd ${.CURDIR}/syslog.d; ${MAKE} install
${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
OpenPOWER on IntegriCloud