aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dig/Makefile')
-rw-r--r--usr.bin/dig/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile
index dd4044d516ae..4ff062e06ade 100644
--- a/usr.bin/dig/Makefile
+++ b/usr.bin/dig/Makefile
@@ -1,11 +1,12 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
-PROG= dig
-MAN1= dig.1
-SRCS= dig.c debug.c list.c send.c subr.c
+.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
+
+.PATH: ${BIND_DIR}/tools
+.PATH: ${BIND_DIR}/tools/nslookup
+.PATH: ${BIND_DIR}/man
-NSLOOKUP=${.CURDIR}/../../usr.sbin/nslookup
-CFLAGS+=-I${NSLOOKUP}
-.PATH: ${NSLOOKUP}
+PROG= dig
+SRCS= dig.c list.c subr.c debug.c send.c
.include <bsd.prog.mk>