summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-25 02:12:49 +0000
committerpst <pst@FreeBSD.org>1994-09-25 02:12:49 +0000
commit4f0d0da86d54d2621713e7d8ccfd0507888f348b (patch)
treea71412a79b4754c5fb0d8868e5fb690fde4a7fbb /lib/libc/net/Makefile.inc
parent860a10b12f94d28edf8ffa8a4df515be3e1d5f29 (diff)
downloadFreeBSD-src-4f0d0da86d54d2621713e7d8ccfd0507888f348b.zip
FreeBSD-src-4f0d0da86d54d2621713e7d8ccfd0507888f348b.tar.gz
get* rework and new bind code
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index c505940..d0b0673 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -3,13 +3,18 @@
# machine-independent net sources
.PATH: ${.CURDIR}/${MACHINE}/net ${.CURDIR}/net
-SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \
+SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
+ getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \
getproto.c getprotoent.c getprotoname.c getservbyname.c \
getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \
inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c \
iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c rcmd.c recv.c res_comp.c \
res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \
- send.c sethostent.c
+ send.c
+
+# dig(1) requires the resolver to be compiled with debugging enabled
+# if you don't care abut dig, you may comment this out
+CFLAGS+=-DDEBUG
# machine-dependent net sources
.include "${.CURDIR}/${MACHINE}/net/Makefile.inc"
OpenPOWER on IntegriCloud