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:
parent
e3ee0494af
commit
bc0e66d441
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276320
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user