summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpq/Makefile
blob: 29f16e0200fa527c9b4ab51cafb162ff0b5889bf (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
#
# $FreeBSD$
#

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

PROG= ntpq
BINDIR= /usr/bin

SRCS= 	ntpq.c ntpq_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 ntpq

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