about summary refs log tree commit diff
path: root/resolv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/Makefile')
-rw-r--r--resolv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index 51257a5917..fffaca3948 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -27,9 +27,9 @@ distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h
 routines := herror inet_addr inet_ntop inet_pton nsap_addr res_init
 
 extra-libs := libresolv
-libresolv-routines := gethnamaddr res_comp res_debug res_data res_mkquery \
-		      res_query res_send inet_net_ntop inet_net_pton \
-		      inet_neta base64
+libresolv-routines := gethnamaddr getnetnamadr res_comp res_debug	\
+		      res_data res_mkquery res_query res_send		\
+		      inet_net_ntop inet_net_pton inet_neta base64
 
 include ../Rules