1997-10-25 10:57:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 1997/10/25 06:58:26 lukem Exp $
|
1996-02-02 18:25:33 +03:00
|
|
|
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:45 vixie Exp
|
|
|
|
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../nslookup \
|
1996-03-31 17:55:34 +04:00
|
|
|
${.CURDIR}/../man \
|
|
|
|
${.CURDIR}/../../../lib/libc/net
|
1996-02-02 18:25:33 +03:00
|
|
|
|
|
|
|
PROG= dig
|
1997-07-21 07:51:57 +04:00
|
|
|
SRCS= dig.c list.c subr.c debug.c send.c gethnamaddr.c res_init.c \
|
1996-03-31 17:55:34 +04:00
|
|
|
res_mkquery.c res_query.c res_send.c
|
1997-10-25 10:57:53 +04:00
|
|
|
CPPFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/include -DDEBUG
|
1996-02-02 18:25:33 +03:00
|
|
|
|
|
|
|
.include "../../Makefile.inc"
|
1997-03-25 01:02:40 +03:00
|
|
|
.include <bsd.prog.mk>
|