]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/ntptime/Makefile
Update dialog to version 1.1-20110302.
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / ntptime / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/util
4
5 PROG=   ntptime
6 NO_MAN=
7
8 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
9
10 DPADD=  ${LIBNTP}
11 LDADD=  ${LIBNTP}
12
13 .include <bsd.prog.mk>