1 2 3 4 5 6 7 8 9 10
SUBDIR= ncurses form menu panel SUBDIR_PARALLEL= .for subdir in ${SUBDIR:Nncurses*} SUBDIR_DEPEND_${subdir}= ncurses .endfor .include <bsd.subdir.mk>