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

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

PROG=	ntptimeset
NOMAN=	yes
SRCS=	ntptimeset.c ntptime_config.c version.c

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

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

CLEANFILES+= .version version.c

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

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