summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/sntp/Makefile
blob: 33f98719a7162ac651b44794a58f02538988a807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.PATH: ${.CURDIR}/../../../contrib/ntp/sntp

PROG=	sntp
NOMAN=
SRCS= 	internet.c main.c socket.c timing.c unix.c

CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
	-DPACKAGE=\"sntp\" -DVERSION=\"1.6\"

DPADD=	${LIBM}
LDADD=	-lm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud