summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-06-27 19:15:04 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-06-27 19:15:04 +0000
commitffe4a2ea175faf47b3d4c374dfaf4eeb039270f2 (patch)
tree174d3fb592b14ee81ff251df5ab25c9bd7fcde26 /libc/string/Makefile
parent11c7ac847a377e312bbdb56ad0fb57687ee87b56 (diff)
Remove nonstandard functions.
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r--libc/string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 48d3a3426..488c69549 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -35,7 +35,7 @@ endif
MSRC1=strsignal.c
MOBJ1=strsignal.o psignal.o
-CSRC=strpbrk.c strsep.c strstr.c strtok.c strtok_r.c strcspn.c config.c \
+CSRC=strpbrk.c strsep.c strstr.c strtok.c strtok_r.c strcspn.c \
strspn.c strcasecmp.c strncasecmp.c strerror.c bcopy.c bzero.c \
bcmp.c sys_errlist.c
COBJS=$(patsubst %.c,%.o, $(CSRC))