Deleted Added
full compact
Makefile (132459) Makefile (136910)
1# $FreeBSD: head/usr.sbin/ntp/sntp/Makefile 132459 2004-07-20 15:45:04Z roberto $
1# $FreeBSD: head/usr.sbin/ntp/sntp/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
4
5PROG= sntp
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
4
5PROG= sntp
6NOMAN= yes
6NOMAN=
7SRCS= internet.c main.c socket.c timing.c unix.c
8
9CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
10 -DPACKAGE=\"sntp\" -DVERSION=\"1.6\"
11
12DPADD= ${LIBM}
13LDADD= -lm
14
15.include <bsd.prog.mk>
7SRCS= internet.c main.c socket.c timing.c unix.c
8
9CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
10 -DPACKAGE=\"sntp\" -DVERSION=\"1.6\"
11
12DPADD= ${LIBM}
13LDADD= -lm
14
15.include <bsd.prog.mk>