diff options
author | ru <ru@FreeBSD.org> | 2002-04-11 12:30:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-11 12:30:20 +0000 |
commit | 75c721a8c3e6cf2d0294dcb3a8acb1dc29f87fda (patch) | |
tree | e4b649c4443ce58d4c987b73496d1ceae46643c5 /usr.sbin/amd/include | |
parent | 79d726fd793c7700399b705c5d88ec530bb42472 (diff) | |
download | FreeBSD-src-75c721a8c3e6cf2d0294dcb3a8acb1dc29f87fda.zip FreeBSD-src-75c721a8c3e6cf2d0294dcb3a8acb1dc29f87fda.tar.gz |
Stop "make depend" from attempting to delete non-existent .depend.
Diffstat (limited to 'usr.sbin/amd/include')
-rw-r--r-- | usr.sbin/amd/include/Makefile | 2 |
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} |