summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-21 07:03:25 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-21 07:03:25 +0000
commitac47326a5c217c337ad200c9af83578a02d8ad93 (patch)
treef9771f439eb1cfaa14bec95007eb2303a4c64fbc /libc/inet/Makefile
parentde2abcca5af59ebc11f66fb6fb491e16f50c8166 (diff)
Cleanup use of in6addr_loopback and in6addr_any
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r--libc/inet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile
index efc8cb621..80848517d 100644
--- a/libc/inet/Makefile
+++ b/libc/inet/Makefile
@@ -50,7 +50,8 @@ MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \
setsockopt.o shutdown.o socket.o socketpair.o
CSRC =getservice.c getproto.c hostid.c getnetent.c getnetbynm.c getnetbyad.c \
- inet_net.c ntop.c herror.c if_nametoindex.c gai_strerror.c getaddrinfo.c
+ inet_net.c ntop.c herror.c if_nametoindex.c gai_strerror.c getaddrinfo.c \
+ in6_addr.c
COBJS=$(patsubst %.c,%.o, $(CSRC))