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

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

PROG=	ntptime
NO_MAN=
SRCS= 	ntptime.c

CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../

DPADD=	${LIBNTP}
LDADD=	${LIBNTP}

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