]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/ntp/ntptime/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>