find "namespace.h" ...
This commit is contained in:
parent
ffcc74a97f
commit
7e01ed9cf6
|
@ -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 <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue