diff options
author | deraadt <> | 2003-02-20 03:20:09 +0000 |
---|---|---|
committer | deraadt <> | 2003-02-20 03:20:09 +0000 |
commit | f6d63f0a81b38a2d67959dee24550672ef05f5e3 (patch) | |
tree | 351075d31338d882bb80803224afaa40f11a78e4 /src/lib | |
parent | 3f2b7ab6e4cf7b95dc7eb4cb48824c06fb9d8757 (diff) | |
download | openbsd-f6d63f0a81b38a2d67959dee24550672ef05f5e3.tar.gz openbsd-f6d63f0a81b38a2d67959dee24550672ef05f5e3.tar.bz2 openbsd-f6d63f0a81b38a2d67959dee24550672ef05f5e3.zip |
fix a variety of missing or wrong MLINKS
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/string/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index 3cd172287b..26e2bc10f2 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.11 2002/11/21 20:45:05 marc Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.12 2003/02/20 03:20:09 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 |
@@ -149,3 +149,4 @@ 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+=strtok.3 strtok_r.3 | 151 | MLINKS+=strtok.3 strtok_r.3 |
152 | MLINKS+=strerror.3 strerror_r.3 | ||