]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/ntpdate/Makefile
Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / ntpdate / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .PATH:  ${.CURDIR}/../../../contrib/ntp/ntpdate
6
7 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
8
9 DPADD=  ${LIBNTP} ${LIBKVM}
10 LDADD=  ${LIBNTP} ${LIBKVM}
11
12 PROG= ntpdate
13 NOMAN= yes
14 CLEANFILES+= .version version.c
15
16 SRCS= ntpdate.c version.c
17
18 version.c: 
19         sh -e ${.CURDIR}/../scripts/mkver ntpdate
20
21 .include <bsd.prog.mk>