From 525e2a83f64124d4af12f24b1adaf552314b42df Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 15 May 2014 16:44:25 +0000 Subject: 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. --- lib/ncurses/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/ncurses/Makefile b/lib/ncurses/Makefile index 822905f44dcc..05cd7a29bb28 100644 --- a/lib/ncurses/Makefile +++ b/lib/ncurses/Makefile @@ -1,11 +1,6 @@ # $FreeBSD$ -.include - -SUBDIR= ncurses form menu panel - -.if ${MK_NCURSESW} != "no" -SUBDIR+= ncursesw formw menuw panelw -.endif +SUBDIR= ncurses form menu panel \ + ncursesw formw menuw panelw .include -- cgit v1.2.3