mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
This speeds up building the directory from the bootstrap-tools stage in buildworld as well as building from the subdirectory Based on a patch submitted via -arch: https://lists.freebsd.org/pipermail/freebsd-arch/2014-December/016493.html MFC after: 1 week Submitted by: Jia-Shiun Li <jiashiun@gmail.com> Sponsored by: EMC / Isilon Storage Division
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libs devices preproc roff utils
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.for subdir in ${SUBDIR:Nlibs}
|
|
SUBDIR_DEPEND_${subdir}= libs
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|