diff options
Diffstat (limited to 'src/lib/libc/string/Makefile.inc')
-rw-r--r-- | src/lib/libc/string/Makefile.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index 902cf83cef..81be9cea0a 100644 --- a/src/lib/libc/string/Makefile.inc +++ b/src/lib/libc/string/Makefile.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.13 2004/05/03 19:56:08 millert Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.14 2005/03/30 03:04:19 deraadt Exp $ |
2 | 2 | ||
3 | # string sources | 3 | # string sources |
4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string |
5 | 5 | ||
6 | SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ | 6 | SRCS+= bm.c memccpy.c strcasecmp.c strcasestr.c strcoll.c strdup.c \ |
7 | strerror_r.c strlcat.c strmode.c strsignal.c strtok.c strxfrm.c \ | 7 | strerror.c strerror_r.c strlcat.c strmode.c strsignal.c strtok.c \ |
8 | __strsignal.c | 8 | strxfrm.c __strsignal.c |
9 | 9 | ||
10 | # machine-dependent net sources | 10 | # machine-dependent net sources |
11 | # m-d Makefile.inc must include sources for: | 11 | # m-d Makefile.inc must include sources for: |
@@ -148,5 +148,6 @@ MLINKS+=strcat.3 strncat.3 | |||
148 | MLINKS+=strcmp.3 strncmp.3 | 148 | MLINKS+=strcmp.3 strncmp.3 |
149 | MLINKS+=strcpy.3 strncpy.3 | 149 | MLINKS+=strcpy.3 strncpy.3 |
150 | MLINKS+=strlcpy.3 strlcat.3 | 150 | MLINKS+=strlcpy.3 strlcat.3 |
151 | MLINKS+=strstr.3 strcasestr.3 | ||
151 | MLINKS+=strtok.3 strtok_r.3 | 152 | MLINKS+=strtok.3 strtok_r.3 |
152 | MLINKS+=strerror.3 strerror_r.3 | 153 | MLINKS+=strerror.3 strerror_r.3 |