]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/ntp/sntp/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         -I${.CURDIR}/../../../contrib/ntp/libopts
12
13 DPADD=  ${LIBM} ${LIBOPTS}
14 LDADD=  -lm ${LIBOPTS}
15
16 .include <bsd.prog.mk>