aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-09-05 18:08:19 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-09-05 18:08:19 +0000
commit48b9d042a80560b4cf5a632ca7bd5398b6c79805 (patch)
treef833af7bcbc2399b852494c2d58e3ed5ec3ef44c /lib/libpthread
parent5c6519491583b4006fd7f195da854f3ba3808a88 (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/support/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc
index c8176b333033b..0b7e0598fb583 100644
--- a/lib/libpthread/support/Makefile.inc
+++ b/lib/libpthread/support/Makefile.inc
@@ -1,6 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/support ${.CURDIR}/../libc/gen ${.CURDIR}/../libc/string
+.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys
CFLAGS+= -I${.CURDIR}/../libc/${MACHINE_ARCH}
@@ -24,6 +25,7 @@ ${SYSCALL_SRC}:
LIBC_OBJS= sigsetops.So \
bcopy.So \
bzero.So \
+ cerror.So \
memcpy.So \
memset.So \
strcpy.So \