OSDN Git Service

Looks like I forgot to commit this.
authorEric Andersen <andersen@codepoet.org>
Tue, 8 May 2001 00:08:00 +0000 (00:08 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 8 May 2001 00:08:00 +0000 (00:08 -0000)
libc/inet/Makefile

index d7493be..47e663f 100644 (file)
@@ -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))