]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/sntp/Makefile
This commit was generated by cvs2svn to compensate for changes in r171577,
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / sntp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/sntp
4
5 PROG=   sntp
6 NO_MAN=
7 SRCS=   internet.c main.c socket.c timing.c unix.c
8
9 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
10         -DPACKAGE=\"sntp\" -DVERSION=\"1.6\"
11
12 DPADD=  ${LIBM}
13 LDADD=  -lm
14
15 .include <bsd.prog.mk>