]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/ntp/ntptime/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>