From 19ce0d442044ebb19e36bdab6a81c9a0f9199787 Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 22 Jun 2017 07:57:29 +0000 Subject: [PATCH] Revert r320228 as well See r320229 for the other related revert commit. git-svn-id: svn://svn.freebsd.org/base/stable/10@320230 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 3d1f5927d..926bc8193 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -3,6 +3,9 @@ .include +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 \ -- 2.44.0