freebsd-dev/usr.sbin/tzsetup/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

14 lines
200 B
Makefile

# $FreeBSD$
PROG= tzsetup
MAN= tzsetup.8
CFLAGS+= -I${.CURDIR}/../../contrib/dialog -I.
WARNS?= 3
DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM}
LDADD= -ldialog -lncursesw -lm
.include <bsd.prog.mk>