From e443683de29e666bca5e740dffcb96f2b286a659 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 16 Feb 2016 02:14:21 +0000 Subject: Remove the need for overriding depend. Sponsored by: EMC / Isilon Storage Division --- usr.sbin/amd/include/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/amd/include/Makefile') diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile index db70b6e2e6cb1..e83bc1d0dc0ee 100644 --- a/usr.sbin/amd/include/Makefile +++ b/usr.sbin/amd/include/Makefile @@ -9,13 +9,13 @@ .include -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} -- cgit v1.3