Remove the need for overriding depend.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-16 02:14:21 +00:00
parent 956be76595
commit e443683de2

View File

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