]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/ntp/ntptime/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>