diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-10 03:07:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-10 03:07:38 +0000 |
commit | 2ace214a9f5d6a6d229558849ed77063d7cb89c0 (patch) | |
tree | 3b575bb36dacd4a54505958b6e778fae0ab26ea9 /libc/inet/Makefile | |
parent | 24fbe56f00f653d483429ca1370c6e950b05cf4d (diff) |
Patch from Nick Fedchik to support ether_aton
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 80848517d..bc29ec74f 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -51,7 +51,7 @@ MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.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 \ - in6_addr.c + in6_addr.c ether_addr.c COBJS=$(patsubst %.c,%.o, $(CSRC)) |