summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>2004-05-03 19:56:08 +0000
committermillert <>2004-05-03 19:56:08 +0000
commita4e45252aa15df7ce8795ea4f8ae328047793f94 (patch)
treebc0816269a8f026efff50833a1a9319107e6c5dc
parent0c5ef24a857a5f13f45b81acccf4973d92e8c5e3 (diff)
downloadopenbsd-a4e45252aa15df7ce8795ea4f8ae328047793f94.tar.gz
openbsd-a4e45252aa15df7ce8795ea4f8ae328047793f94.tar.bz2
openbsd-a4e45252aa15df7ce8795ea4f8ae328047793f94.zip
Missed this in the __strerror() removal.
-rw-r--r--src/lib/libc/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc
index 26e2bc10f2..902cf83cef 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.12 2003/02/20 03:20:09 deraadt Exp $ 1# $OpenBSD: Makefile.inc,v 1.13 2004/05/03 19:56:08 millert 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
6SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ 6SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \
7 strerror_r.c strlcat.c strmode.c strsignal.c strtok.c strxfrm.c \ 7 strerror_r.c strlcat.c strmode.c strsignal.c strtok.c strxfrm.c \
8 __strerror.c __strsignal.c 8 __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: