Don't delete .depend files outside of cleandepend.

Sponsored by:	DellEMC
This commit is contained in:
bdrewery 2019-06-12 23:09:10 +00:00
parent 48cf3d0825
commit 9e90efa1d6

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>