mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Make a "do nothing" target to help "make release" look clean.
This commit is contained in:
parent
367d34f853
commit
5e8c735fa3
1 changed files with 2 additions and 0 deletions
|
|
@ -4,4 +4,6 @@ SUBDIR= lib libexec usr.bin usr.sbin
|
|||
|
||||
bootstrap: cleandir obj depend all install kprog
|
||||
|
||||
kprog:
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue