Index: head/usr.sbin/amd/include/Makefile =================================================================== --- head/usr.sbin/amd/include/Makefile (revision 295662) +++ head/usr.sbin/amd/include/Makefile (revision 295663) @@ -1,29 +1,29 @@ # ex:ts=8 # # $FreeBSD$ # # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998. # Portions derived from amd/libamu/Makefile # $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $ .include -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} sh ${.ALLSRC} > ${.TARGET} localconfig.h: @rm -f ${.TARGET} @echo "/* NIS disabled by WITHOUT_NIS src.conf option */" >> ${.TARGET} @echo "#undef HAVE_MAP_NIS" >> ${.TARGET} .include