freebsd-dev/usr.sbin/xntpd/ntpq/Makefile

21 lines
354 B
Makefile
Raw Normal View History

1993-12-21 19:46:16 +00:00
#
# $Id: Makefile,v 1.9 1998/03/07 09:46:08 bde Exp $
1993-12-21 19:46:16 +00:00
#
CFLAGS+= -I${.CURDIR}/../include
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
1993-12-21 19:46:16 +00:00
PROG= ntpq
MAN8= ${.CURDIR}/../doc/ntpq.8
CLEANFILES+= .version version.c
BINDIR= /usr/bin
1993-12-21 19:46:16 +00:00
SRCS= ntpq.c ntpq_ops.c version.c
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion ntpq
1993-12-21 19:46:16 +00:00
.include <bsd.prog.mk>