Index: support/Makefile.inc =================================================================== RCS file: /home/ncvs/src/lib/libpthread/support/Makefile.inc,v retrieving revision 1.6 diff -u -r1.6 Makefile.inc --- support/Makefile.inc 2 Sep 2003 19:37:11 -0000 1.6 +++ support/Makefile.inc 5 Sep 2003 17:43:29 -0000 @@ -1,6 +1,7 @@ # $FreeBSD: src/lib/libpthread/support/Makefile.inc,v 1.6 2003/09/02 19:37:11 kan Exp $ .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 @@ LIBC_OBJS= sigsetops.So \ bcopy.So \ bzero.So \ + cerror.So \ memcpy.So \ memset.So \ strcpy.So \