summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-11 12:30:20 +0000
committerru <ru@FreeBSD.org>2002-04-11 12:30:20 +0000
commit75c721a8c3e6cf2d0294dcb3a8acb1dc29f87fda (patch)
treee4b649c4443ce58d4c987b73496d1ceae46643c5 /usr.sbin/amd
parent79d726fd793c7700399b705c5d88ec530bb42472 (diff)
downloadFreeBSD-src-75c721a8c3e6cf2d0294dcb3a8acb1dc29f87fda.zip
FreeBSD-src-75c721a8c3e6cf2d0294dcb3a8acb1dc29f87fda.tar.gz
Stop "make depend" from attempting to delete non-existent .depend.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
index e7f911c..d3cf000 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -10,7 +10,7 @@
SRCS= config_local.h
CLEANFILES= ${SRCS}
-all: ${SRCS}
+all depend: ${SRCS}
config_local.h: newvers.sh
@rm -f ${.TARGET}
OpenPOWER on IntegriCloud