gethostnamadr.c -> gethnamaddr.c
This commit is contained in:
parent
4ad51c2811
commit
49c4c10580
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 1997/05/08 21:12:34 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1997/07/21 03:51:57 christos Exp $
|
||||
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:45 vixie Exp
|
||||
|
||||
.PATH: ${.CURDIR}/../nslookup \
|
||||
|
@ -6,7 +6,7 @@
|
|||
${.CURDIR}/../../../lib/libc/net
|
||||
|
||||
PROG= dig
|
||||
SRCS= dig.c list.c subr.c debug.c send.c gethostnamadr.c res_init.c \
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue