summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 99106c4583..f67e7247d4 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -24,7 +24,8 @@ subdir	:= string
 headers	:= string.h strings.h memory.h endian.h bytesex.h \
 	   argz.h envz.h
 
-routines	:= strcat strchr strcmp strcoll strcpy strcspn strdup	\
+routines	:= strcat strchr strcmp strcoll strcpy strcspn		\
+		   strdup strndup	\
 		   strerror _strerror strerror_r strlen strnlen		\
 		   strncat strncmp strncpy				\
 		   strrchr strpbrk strsignal strspn strstr strtok	\