about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile
index b924dfc87d..d2629e60dc 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -36,13 +36,13 @@ routines	:= strcat strchr strcmp strcoll strcpy strcspn		\
 		   swab strfry memfrob memmem				\
 		   $(addprefix argz-,append count create ctsep next	\
 			             delete extract insert stringify	\
-				     addsep)				\
+				     addsep replace)			\
 		   envz basename					\
 		   strcoll_l strxfrm_l
 
 tests		:= tester testcopy test-ffs tst-strlen stratcliff \
 	           tst-svc
-distribute	:= memcopy.h pagecopy.h
+distribute	:= memcopy.h pagecopy.h tst-svc.expect
 
 
 include ../Rules