From 7e01ed9cf65b172dcc6bbb06a80c9dcd3dd8b6a4 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 23 Jul 1997 04:12:37 +0000 Subject: [PATCH] find "namespace.h" ... --- usr.sbin/named/dig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/named/dig/Makefile b/usr.sbin/named/dig/Makefile index dd0015651a26..007da1487a52 100644 --- a/usr.sbin/named/dig/Makefile +++ b/usr.sbin/named/dig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1997/07/21 03:51:57 christos Exp $ +# $NetBSD: Makefile,v 1.7 1997/07/23 04:12:37 mrg Exp $ # from: $Id: Makefile,v 8.1 1994/12/15 06:23:45 vixie Exp .PATH: ${.CURDIR}/../nslookup \ @@ -8,7 +8,7 @@ PROG= dig SRCS= dig.c list.c subr.c debug.c send.c gethnamaddr.c res_init.c \ res_mkquery.c res_query.c res_send.c -CFLAGS+= -I${.CURDIR}/.. -DDEBUG +CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/include -DDEBUG .include "../../Makefile.inc" .include