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

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

PROG= ntpdc

SRCS= 	ntpdc.c ntpdc_ops.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 ntpdc

afterinstall:
	rm -f ${DESTDIR}/usr/sbin/xntpdc

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