summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-05-15 16:44:25 +0000
committerbrooks <brooks@FreeBSD.org>2014-05-15 16:44:25 +0000
commit274f59a96f2fc906e0cec15a4d1acaeeb3b8eee5 (patch)
treea7f4de34a03e6224cc5904f3b4f74de437f0859f /lib/ncurses
parent14cb90d9b6dc36cd3f273b2847581b8efd885155 (diff)
downloadFreeBSD-src-274f59a96f2fc906e0cec15a4d1acaeeb3b8eee5.zip
FreeBSD-src-274f59a96f2fc906e0cec15a4d1acaeeb3b8eee5.tar.gz
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.
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/ncurses/Makefile b/lib/ncurses/Makefile
index 822905f..05cd7a2 100644
--- a/lib/ncurses/Makefile
+++ b/lib/ncurses/Makefile
@@ -1,11 +1,6 @@
# $FreeBSD$
-.include <src.opts.mk>
-
-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 <bsd.subdir.mk>
OpenPOWER on IntegriCloud