summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-08 00:08:00 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-08 00:08:00 +0000
commit65902425f190ffeec2edd2b9926206960135f9fa (patch)
tree59cb205d67293ffb661e1eac6e9d70cf6915fc23 /libc/inet/Makefile
parent10ecb394d4ca996aa9fcddda967f9a2b3bd8a36e (diff)
Looks like I forgot to commit this.
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r--libc/inet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile
index d7493be13..47e663f7c 100644
--- a/libc/inet/Makefile
+++ b/libc/inet/Makefile
@@ -44,7 +44,7 @@ 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 \
- herror.c inet_net.c
+ herror.c inet_net.c ntop.c
COBJS=$(patsubst %.c,%.o, $(CSRC))