diff options
author | adam <adam@FreeBSD.org> | 1996-08-30 20:51:09 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-08-30 20:51:09 +0000 |
commit | d3763f134bf95db6d97888eb5b9c85de7bf50cf0 (patch) | |
tree | bd6b15e63062465e5f61d35e508129e7862ae76b | |
parent | d976fee71f9db074ad153373647c3e747415556c (diff) | |
download | FreeBSD-src-d3763f134bf95db6d97888eb5b9c85de7bf50cf0.zip FreeBSD-src-d3763f134bf95db6d97888eb5b9c85de7bf50cf0.tar.gz |
pick up the resolver sources from contrib
-rw-r--r-- | lib/libc_r/net/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/net/Makefile.inc b/lib/libc_r/net/Makefile.inc index bcff972..22cadef 100644 --- a/lib/libc_r/net/Makefile.inc +++ b/lib/libc_r/net/Makefile.inc @@ -2,6 +2,7 @@ # machine-independent net sources .PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net +.PATH: ${.CURDIR}/../../contrib/bind/res SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \ |