1 # $NetBSD: Makefile,v 1.2 2012/06/05 00:38:45 christos Exp $
6 SRCS
= nslookup.c dighost.c
10 .
include "${.CURDIR}/../Makefile.inc"
13 CPPFLAGS
+= -I
${DIST}/include
16 DPADD
+=${LIBEDIT} ${LIBTERMINFO}
17 LDADD
+=-ledit
-lterminfo
19 .
include <bsd.prog.mk
>