diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2014-05-15 16:44:25 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2014-05-15 16:44:25 +0000 |
commit | 525e2a83f64124d4af12f24b1adaf552314b42df (patch) | |
tree | a7f4de34a03e6224cc5904f3b4f74de437f0859f /lib | |
parent | eba21a2dc3bfb909ebefcf66ccb76293458f6a12 (diff) | |
download | src-525e2a83f64124d4af12f24b1adaf552314b42df.tar.gz src-525e2a83f64124d4af12f24b1adaf552314b42df.zip |
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.
Notes
Notes:
svn path=/head/; revision=266157
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ncurses/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 <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> |