diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-16 16:07:12 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-16 16:07:12 +0000 |
| commit | b265efb65bc1de661954c93f6a7b30c08c46cfa2 (patch) | |
| tree | cd3d1862a68051d9d98d728af0665d9a3a8f3ffc /usr.sbin/amd/include | |
| parent | 45fd18628594ac9dec327bca7b9142fbd374d309 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd/include')
| -rw-r--r-- | usr.sbin/amd/include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile index e83bc1d0dc0e..db70b6e2e6cb 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} |
