NetBSD/usr.sbin/ntp/ntpdc/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
216 B
Makefile

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