Makefile revision 55307
1#
2# $FreeBSD: head/usr.sbin/ntp/ntptime/Makefile 55307 2000-01-01 23:58:01Z roberto $
3#
4
5.PATH:	${.CURDIR}/../../../contrib/ntp/util
6
7PROG= ntptime
8
9SRCS= 	ntptime.c
10
11CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
12
13NOMAN= yes
14
15DPADD=	${LIBNTP}
16LDADD=	${LIBNTP}
17
18.include <bsd.prog.mk>
19