mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Make ${SUBDIR_TARGETS} work at the uppermost level as well.
This commit is contained in:
parent
7727f485de
commit
902f7c5b54
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -77,6 +77,7 @@ TGTS= all all-man buildenv buildkernel buildworld check-old checkdpadd \
|
|||
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
||||
_build-tools _cross-tools _includes _libraries _depend \
|
||||
build32 distribute32 install32
|
||||
TGTS+= ${SUBDIR_TARGETS}
|
||||
|
||||
BITGTS= files includes
|
||||
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
|
||||
|
|
|
|||
Loading…
Reference in a new issue