mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04: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
9 lines
146 B
Makefile
9 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= contrib doc font man src tmac
|
|
|
|
.for subdir in ${SUBDIR:Nsrc}
|
|
SUBDIR_DEPEND_${subdir}= src
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|