Fix `make distribute' installing some configs which means CONFS was broken

with etcupdate and mergemaster.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D16478
This commit is contained in:
Brad Davis 2018-07-28 20:26:25 +00:00
parent a0a1ffcb16
commit c696b89541

View File

@ -23,7 +23,6 @@ buildconfig: ${${group}}
all: buildconfig all: buildconfig
. endif . endif
. if !target(installconfig)
. for group in ${CONFGROUPS} . for group in ${CONFGROUPS}
. if defined(${group}) && !empty(${group}) . if defined(${group}) && !empty(${group})
@ -131,8 +130,6 @@ _${group}INS_${cnf:T}: ${cnf}
. endif # defined(${group}) && !empty(${group}) . endif # defined(${group}) && !empty(${group})
. endfor . endfor
.endif # !target(installconfig)
.if ${MK_STAGING} != "no" .if ${MK_STAGING} != "no"
. if !empty(STAGE_SETS) . if !empty(STAGE_SETS)
buildconfig: stage_files buildconfig: stage_files