summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup
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 /usr.sbin/tzsetup
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 'usr.sbin/tzsetup')
-rw-r--r--usr.sbin/tzsetup/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile
index 5646b2a..4ef6533 100644
--- a/usr.sbin/tzsetup/Makefile
+++ b/usr.sbin/tzsetup/Makefile
@@ -7,17 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../contrib/dialog -I.
WARNS?= 3
-DPADD= ${LIBDIALOG} ${LIBM}
-LDADD= -ldialog -lm
-
-.include <src.opts.mk>
-
-.if ${MK_NCURSESW} == "no"
-DPADD+= ${LIBNCURSES}
-LDADD+= -lncurses
-.else
-DPADD+= ${LIBNCURSESW}
-LDADD+= -lncursesw
-.endif
+DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM}
+LDADD= -ldialog -lncursesw -lm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud