diff options
author | Daniel Mack <zonque@gmail.com> | 2011-07-13 00:30:52 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-08-26 09:29:53 +0200 |
commit | 5f6fe1fca1e60923503dd391a60b2ad5b9aead31 (patch) | |
tree | 56280d5520e60c8fe3b8123ba1a77eb0d1535e86 /libc/inet/Makefile.in | |
parent | 95ff96497d513e89675eabef2f052cabb96e4080 (diff) |
inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag
There are build 'ifdef L_ns_parse'.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'libc/inet/Makefile.in')
-rw-r--r-- | libc/inet/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in index 6c2c576f8..f2a495aa5 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -41,7 +41,7 @@ CSRC-$(findstring y,$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += \ res_init.c res_query.c res_comp.c ns_name.c \ _res_state.c CSRC-$(findstring y,$(UCLIBC_HAS_RESOLVER_SUPPORT)) += \ - ns_netint.c + ns_netint.c ns_parse.c ## # unused ATM ## CSRC-y += encodep.c decodep.c formquery.c |