From 14c25c92be68a13d3ac94bdc46b16ba2590de4c9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 28 Feb 2010 14:16:56 +0100 Subject: getnet: switch to config parser Signed-off-by: Bernhard Reutner-Fischer --- libc/inet/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/Makefile.in') diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in index 31b270f07..abcf2f7d7 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -17,7 +17,7 @@ CSRC-y := # des uses ntohl CSRC-$(findstring y,$(UCLIBC_HAS_CRYPT_IMPL)$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += ntohl.c CSRC-$(findstring y,$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += \ - getservice.c getproto.c hostid.c getnetent.c getnetbynm.c getnetbyad.c \ + getservice.c getproto.c getnet.c hostid.c \ inet_net.c herror.c if_index.c gai_strerror.c getaddrinfo.c \ ifaddrs.c ntop.c CSRC-$(UCLIBC_HAS_IPV6) += in6_addr.c -- cgit v1.2.3