c6db8143ed
Reduce overlinking
13 lines
150 B
Makefile
13 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= tzsetup
|
|
MAN= tzsetup.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../contrib/dialog -I.
|
|
|
|
WARNS?= 3
|
|
|
|
LIBADD= dialog ncursesw
|
|
|
|
.include <bsd.prog.mk>
|