diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-16 02:14:21 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-16 02:14:21 +0000 |
| commit | e443683de29e666bca5e740dffcb96f2b286a659 (patch) | |
| tree | 4174032c7194ca8bab7602f09e7ac86c861068cd | |
| parent | 956be76595cddcc18e4b8c38fafc219b51c28ad0 (diff) | |
Notes
| -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 db70b6e2e6cb1..e83bc1d0dc0ee 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} |
