aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-11 12:30:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-11 12:30:20 +0000
commit335612307e1c4e19ed041fb9efbbcd3a0c5beeda (patch)
treee4b649c4443ce58d4c987b73496d1ceae46643c5 /usr.sbin/amd
parenta60a1ea33bf39207c5be8c7ab8ef93f69d681374 (diff)
downloadsrc-335612307e1c4e19ed041fb9efbbcd3a0c5beeda.tar.gz
src-335612307e1c4e19ed041fb9efbbcd3a0c5beeda.zip
Stop "make depend" from attempting to delete non-existent .depend.
Notes
Notes: svn path=/head/; revision=94429
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 e7f911c68793..d3cf00021203 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}