# $NetBSD: Makefile,v 1.1 2018/08/12 13:02:26 christos Exp $ .include 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 nslookup.o: ${VERSIONFILE} .include