summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-20 16:47:10 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-20 16:47:10 +0000
commitb593d7dc2b12b84c3d4eabfe7c5bd1ed47d6d4b0 (patch)
tree2b608e8678f20c1878b77084823e0be0ffd72413 /libc/inet/Makefile
parent0622974e1918d5db1b1c98ece76d609de0772230 (diff)
getnetbyname.o, res_init.o and res_query.o were missing from the Makefile,
patch thanks to John Hall <John.Hall@optionexist.co.uk>
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r--libc/inet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile
index 303a81789..1f67d9ae7 100644
--- a/libc/inet/Makefile
+++ b/libc/inet/Makefile
@@ -34,7 +34,9 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \
decodeq.o lengthq.o encodea.o decodea.o encodep.o decodep.o \
formquery.o dnslookup.o resolveaddress.o resolvemailbox.o \
opennameservers.o closenameservers.o resolvename.o gethostbyname.o\
- gethostbyaddr.o get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o
+ getnetbyname.o res_init.o res_query.o gethostbyaddr.o \
+ get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o
+
MSRC3=socketcalls.c
MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \