43f2108cfd
-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
12 lines
212 B
Makefile
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>
|