freebsd-dev/lib/ncurses/Makefile
Brooks Davis 525e2a83f6 Revert r261296. This removes the WITHOUT_NCURSESW option.
It was the wrong direction.  We will instead remove use of the
non-wide-character supporting libncurses.
2014-05-15 16:44:25 +00:00

7 lines
102 B
Makefile

# $FreeBSD$
SUBDIR= ncurses form menu panel \
ncursesw formw menuw panelw
.include <bsd.subdir.mk>