aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-12-27 21:11:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-12-27 21:11:42 +0000
commitbc0e66d441903828d43d92767f801242f4488873 (patch)
tree2ed85e575094f80a3d8dd6f7579f001e8bfe4576 /lib/ncurses
parente3ee0494afae9c661ed7d6c4663fb9fcf9dd536d (diff)
Notes
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ncurses/Makefile b/lib/ncurses/Makefile
index 05cd7a29bb28e..a5a19deafafd4 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 <bsd.subdir.mk>