2013-04-06 16:48:33 +02:00

20 lines
349 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/06/05 00:38:45 christos Exp $
.include <bsd.own.mk>
PROG= nslookup
SRCS= nslookup.c dighost.c
MAN= nslookup.8
BINDIR= /usr/bin
.include "${.CURDIR}/../Makefile.inc"
DIST=${IDIST}/bin/dig
CPPFLAGS+= -I${DIST}/include
.PATH: ${DIST}
DPADD+=${LIBEDIT} ${LIBTERMINFO}
LDADD+=-ledit -lterminfo
.include <bsd.prog.mk>