From 9531e548b664466df9d35110679f1952ed208220 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 29 Aug 1996 21:51:42 +0000 Subject: build bind-4.9.4-P1 dig in it's own directory --- usr.bin/dig/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'usr.bin/dig/Makefile') 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 -- cgit v1.2.3