turns printfs back on
[freebsd-src/fkvm-freebsd.git] / usr.sbin / ntp / ntptime / Makefile
blobdb5885ddceb355350aeb91733407c75b865023d4
1 # $FreeBSD$
3 .PATH: ${.CURDIR}/../../../contrib/ntp/util
5 PROG= ntptime
6 NO_MAN=
8 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
10 DPADD= ${LIBNTP}
11 LDADD= ${LIBNTP}
13 .include <bsd.prog.mk>