summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-16 02:14:21 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-16 02:14:21 +0000
commit61b6a7adb2063ab2755807b290086d44016c7ec6 (patch)
tree4174032c7194ca8bab7602f09e7ac86c861068cd
parent42abb05aeefff7c4232e7f2ca4699550a86e0087 (diff)
downloadFreeBSD-src-61b6a7adb2063ab2755807b290086d44016c7ec6.zip
FreeBSD-src-61b6a7adb2063ab2755807b290086d44016c7ec6.tar.gz
Remove the need for overriding depend.
Sponsored by: EMC / Isilon Storage Division
-rw-r--r--usr.sbin/amd/include/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
index db70b6e..e83bc1d 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -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}
OpenPOWER on IntegriCloud