summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/string/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc
index 1e84f70a98..8e839d662c 100644
--- a/src/lib/libc/string/Makefile.inc
+++ b/src/lib/libc/string/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.8 1999/09/21 16:44:01 espie Exp $ 1# $OpenBSD: Makefile.inc,v 1.9 1999/11/09 11:20:41 art 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
@@ -128,3 +128,4 @@ MLINKS+=strcat.3 strncat.3
128MLINKS+=strcmp.3 strncmp.3 128MLINKS+=strcmp.3 strncmp.3
129MLINKS+=strcpy.3 strncpy.3 129MLINKS+=strcpy.3 strncpy.3
130MLINKS+=strlcpy.3 strlcat.3 130MLINKS+=strlcpy.3 strlcat.3
131MLINKS+=strtok.3 strtok_r.3