525e2a83f6
It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.
14 lines
200 B
Makefile
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>
|