summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntpdate/Makefile
blob: 3b388a267bedc7262c5e1dad1b94593f9ac7345a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $Id: Makefile,v 1.9 1998/03/07 09:46:05 bde Exp $
#

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

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

PROG= ntpdate
MAN8= ${.CURDIR}/../doc/ntpdate.8
CLEANFILES+= .version version.c

SRCS= ntpdate.c version.c

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

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