Make a "do nothing" target to help "make release" look clean.

This commit is contained in:
Mark Murray 2000-01-24 20:41:08 +00:00
parent 367d34f853
commit 5e8c735fa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56556

View File

@ -4,4 +4,6 @@ SUBDIR= lib libexec usr.bin usr.sbin
bootstrap: cleandir obj depend all install kprog
kprog:
.include <bsd.subdir.mk>