Add a dummy cleandir target to the kernel section so that make buildkernel

actually works on a kernel config with NO_MODULES set.
This commit is contained in:
John Baldwin 2002-05-11 02:25:02 +00:00
parent 08c36822bb
commit 2065f9d26e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96379

View File

@ -14,6 +14,7 @@
clean: kernel-clean
cleandepend: kernel-cleandepend
cleandir:
clobber: kernel-clobber
depend: kernel-depend
install: kernel-install