Fix a typo which broke the build for powerpc.
[freebsd.git] / lib / ncurses / Makefile
1 # $FreeBSD$
2
3 SUBDIR= ncurses form menu panel \
4         ncursesw formw menuw panelw
5
6 SUBDIR_PARALLEL=
7
8 .for subdir in ${SUBDIR:Nncurses*:N*w}
9 SUBDIR_DEPEND_${subdir}=        ncurses
10 SUBDIR_DEPEND_${subdir}w=       ncursesw
11 .endfor
12
13 .include <bsd.subdir.mk>