summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-16 16:07:12 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-16 16:07:12 +0000
commit507c6fb894ea78ded48a13b3399e72c8f9956898 (patch)
treecd3d1862a68051d9d98d728af0665d9a3a8f3ffc
parent05274f8a8b8da8cd3adf7aa6d8a877992dbc44d2 (diff)
downloadFreeBSD-src-507c6fb894ea78ded48a13b3399e72c8f9956898.zip
FreeBSD-src-507c6fb894ea78ded48a13b3399e72c8f9956898.tar.gz
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
-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 e83bc1d..db70b6e 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -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}
OpenPOWER on IntegriCloud