summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/net
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 21:26:05 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 21:26:05 +0000
commit8f4f719b2a1ada7083c8c9547c99b39d3ba7363d (patch)
tree5f4e930b6889a3a37f8b075f14c505b2c04b017c /lib/libc_r/net
parent48809684a197e204336f5fc27b8db68755da3998 (diff)
downloadFreeBSD-src-8f4f719b2a1ada7083c8c9547c99b39d3ba7363d.zip
FreeBSD-src-8f4f719b2a1ada7083c8c9547c99b39d3ba7363d.tar.gz
- libc self contained again.
- sync up source files with main libc
Diffstat (limited to 'lib/libc_r/net')
-rw-r--r--lib/libc_r/net/Makefile.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libc_r/net/Makefile.inc b/lib/libc_r/net/Makefile.inc
index 22cadef..9e41a60 100644
--- a/lib/libc_r/net/Makefile.inc
+++ b/lib/libc_r/net/Makefile.inc
@@ -2,18 +2,19 @@
# 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 \
+SRCS+= addr2ascii.c ascii2addr.c \
+ 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 \
- linkaddr.c rcmd.c recv.c res_comp.c res_data.c res_debug.c \
- res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c
+ inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
+ inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c \
+ rcmd.c recv.c res_comp.c res_data.c res_debug.c \
+ res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c \
+# iso_addr.c
# ns_addr.c ns_ntoa.c
# machine-dependent net sources
.include "${.CURDIR}/../libc/${MACHINE}/net/Makefile.inc"
-
OpenPOWER on IntegriCloud