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