NetBSD/usr.sbin/ntp/ntpq/Makefile
drochner 43f2108cfd update the reachover build tree for ntp-4.2.0:
-adjust for new libs, programs and source files
-replace generated config.h and mkver
-add Frederick Bruckman's awk implementation of "ntptrace" as a
 replacement for the perl program in the original tree
2003-12-04 16:41:56 +00:00

12 lines
212 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/12/04 16:41:57 drochner Exp $
PROG= ntpq
MAN= ntpq.8
SRCS= ntpq.c ntpq_ops.c
LDADD+= -L${LIBISC} -lisc
LDADD+= -ledit -ltermcap
DPADD+= ${LIBISC}/libisc.a
.include <bsd.prog.mk>