summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpdate/Makefile
blob: 22c7cf0afbd0ef821306e0c565c98c0343ce235a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# $FreeBSD$
#

.PATH:	${.CURDIR}/../../../contrib/ntp/ntpdate

PROG= ntpdate

SRCS= ntpdate.c version.c

CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../

NOMAN= yes

DPADD=	${LIBNTP}
LDADD=	${LIBNTP}

CLEANFILES+= .version version.c

version.c: 
	sh -e ${.CURDIR}/../scripts/mkver ntpdate

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud