mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add more STANDALONE_SUBDIR_TARGETS.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
90a2d98448
commit
b9c6f31681
1 changed files with 9 additions and 2 deletions
|
|
@ -47,8 +47,15 @@ SUBDIR_TARGETS+= \
|
|||
|
||||
# Described above.
|
||||
STANDALONE_SUBDIR_TARGETS+= \
|
||||
obj check checkdpadd clean cleandepend cleandir \
|
||||
cleanilinks cleanobj installconfig \
|
||||
all-man buildconfig buildfiles buildincludes check checkdpadd \
|
||||
clean cleandepend cleandir cleanilinks cleanobj files includes \
|
||||
installconfig installincludes installfiles maninstall manlint \
|
||||
obj objlink \
|
||||
|
||||
# It is safe to install in parallel when staging.
|
||||
.if defined(NO_ROOT)
|
||||
STANDALONE_SUBDIR_TARGETS+= realinstall
|
||||
.endif
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue