Makefile revision 267233
1# $FreeBSD: head/usr.sbin/ntp/ntptime/Makefile 267233 2014-06-08 17:29:31Z bdrewery $
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/util
4
5PROG=	ntptime
6MAN=
7
8CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
9
10DPADD=	${LIBNTP}
11LDADD=	${LIBNTP}
12
13NO_PIE=	yes
14
15.include <bsd.prog.mk>
16