blob: 6d57ec251769f3fd0405ad0d7ba6ab11df461ee4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/ntp/util
PROG= ntptime
SRCS= ntptime.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
NOMAN= yes
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
.include <bsd.prog.mk>
|