Revert r295648 for now.

This builds fine with FAST_DEPEND but the mkdep method requires that
include/ generates the headers during 'make depend' so the subsequent
directories can find them when running mkdep.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-16 16:07:12 +00:00
parent 45fd186285
commit b265efb65b

View File

@ -9,13 +9,13 @@
.include <src.opts.mk>
HDRS= config_local.h
SRCS= config_local.h
.if ${MK_NIS} == "no"
HDRS+= localconfig.h
SRCS+= localconfig.h
.endif
CLEANFILES= ${HDRS}
CLEANFILES= ${SRCS}
all: ${HDRS}
all depend: ${SRCS}
config_local.h: newvers.sh ${.CURDIR}/../../../sys/conf/newvers.sh
@rm -f ${.TARGET}