summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 21:13:42 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 21:13:42 +0000
commit2e0e3adbfdd71837c1010680bb5ec5718293f1da (patch)
tree08bf5ceb00b4c60f6272a83f60088a86880c01df /lib/libc/net/Makefile.inc
parentd3763f134bf95db6d97888eb5b9c85de7bf50cf0 (diff)
downloadFreeBSD-src-2e0e3adbfdd71837c1010680bb5ec5718293f1da.zip
FreeBSD-src-2e0e3adbfdd71837c1010680bb5ec5718293f1da.tar.gz
Sigh, back out the last bright idea I had here about compiling the res_*
routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again.
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 25bb213..f024a4d 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -2,7 +2,6 @@
# machine-independent net sources
.PATH: ${.CURDIR}/${MACHINE}/net ${.CURDIR}/net
-.PATH: ${.CURDIR}/../../contrib/bind/res
SRCS+= addr2ascii.c ascii2addr.c \
gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
OpenPOWER on IntegriCloud