freebsd-dev/usr.sbin/tzsetup/Makefile
Enji Cooper eca186c4c2 Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-01 04:23:53 +00:00

17 lines
219 B
Makefile

# $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>