1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

Parallelize building lib/ncurses

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D1353
This commit is contained in:
Enji Cooper 2014-12-27 21:11:42 +00:00
parent e3ee0494af
commit bc0e66d441
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276320

View File

@ -3,4 +3,11 @@
SUBDIR= ncurses form menu panel \
ncursesw formw menuw panelw
SUBDIR_PARALLEL=
.for subdir in ${SUBDIR:Nncurses*:N*w}
SUBDIR_DEPEND_${subdir}= ncurses
SUBDIR_DEPEND_${subdir}w= ncursesw
.endfor
.include <bsd.subdir.mk>