Makefile revision 276486
1# $FreeBSD: stable/10/usr.sbin/ntp/ntptime/Makefile 276486 2014-12-31 23:25:37Z ngie $
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
13.include <bsd.prog.mk>
14