]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/ntp/ntptime/Makefile
MFC r363988:
[FreeBSD/stable/9.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 \
9         -I${.CURDIR}/../../../contrib/ntp/lib/isc/include/ \
10         -I${.CURDIR}/../../../contrib/ntp/lib/isc/unix/include/ \
11         -I${.CURDIR}/../../../contrib/ntp/lib/isc/pthreads/include \
12         -I${.CURDIR}/../
13
14 DPADD=  ${LIBNTP}
15 LDADD=  ${LIBNTP}
16
17 .include <bsd.prog.mk>