xref: /freebsd/usr.sbin/ntp/ntptime/Makefile (revision 545ddfbe7d4fe8adfb862903b24eac1d5896c1ef)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/util
4
5PROG=	ntptime
6MAN=
7
8CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
9
10LIBADD=	ntp
11
12.include <bsd.prog.mk>
13