Don't delete .depend files outside of cleandepend.

Sponsored by:	DellEMC
This commit is contained in:
Bryan Drewery 2019-06-12 23:09:10 +00:00
parent efc5c4420a
commit 61b54f34a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349005

View File

@ -41,6 +41,6 @@ SRCS += ocs_cam.c
CINCS = -I.
CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.* .depend.*
CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.*
.include <bsd.kmod.mk>