]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/ntp/ntpdate/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / ntp / ntpdate / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/ntpdate
4
5 PROG=   ntpdate
6 NO_MAN=
7 SRCS=   ntpdate.c version.c
8
9 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
10
11 DPADD=  ${LIBNTP} ${LIBM} ${LIBMD} ${LIBRT}
12 LDADD=  ${LIBNTP} -lm -lmd -lrt
13
14 CLEANFILES+= .version version.c
15
16 version.c: 
17         sh -e ${.CURDIR}/../scripts/mkver ntpdate
18
19 .include <bsd.prog.mk>