diff options
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r-- | lib/libc/net/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index d0b0673..6070530 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -12,10 +12,6 @@ SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ res_debug.c res_init.c res_mkquery.c res_query.c res_send.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" |