From bc0e66d441903828d43d92767f801242f4488873 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 27 Dec 2014 21:11:42 +0000 Subject: [PATCH] Parallelize building lib/ncurses MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D1353 --- lib/ncurses/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ncurses/Makefile b/lib/ncurses/Makefile index 05cd7a29bb28..a5a19deafafd 100644 --- a/lib/ncurses/Makefile +++ b/lib/ncurses/Makefile @@ -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