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

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

PROG=	ntptime
MAN=

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

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

NO_PIE=	yes

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