summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup/Makefile
blob: 1c8c2e5462ceb80964a978ec30555e27c201ed11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.include <src.opts.mk>

PROG=	tzsetup
MAN=	tzsetup.8

CFLAGS+= -I.

.if ${MK_DIALOG} != no
WARNS?=	3
CFLAGS+=	-I${SRCTOP}/contrib/dialog -DHAVE_DIALOG
LIBADD=	dialog ncursesw
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud