diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-27 21:40:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-27 21:40:35 +0000 |
commit | ab262188b031c842ae09b15b150600287ead45cc (patch) | |
tree | 298ed601fc88cee59b319ff4496c927565de9acb /libc/inet/Makefile | |
parent | 8fee51d63a5ca4a119850c9831a7219fe496df6c (diff) |
More random fixes and additions.
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r-- | libc/inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index e5f11ee51..1e9ac365d 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -41,7 +41,7 @@ MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \ listen.o recv.o recvfrom.o recvmsg.o send.o sendmsg.o sendto.o \ setsockopt.o shutdown.o socket.o socketpair.o -CSRC =getservice.c getproto.c +CSRC =getservice.c getproto.c hostid.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(MOBJ) $(MOBJ2) $(MOBJ3) $(COBJS) |