From bf88f8ae1ea2bbbb0921e5e922422c5933c53d67 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Thu, 6 Jan 2000 22:23:29 +0000 Subject: build libpthread AND libc_r for i386 --- lib/libpthread/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 90e3814c3a0..845adcb1353 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2000/01/06 21:19:10 d Exp $ +# $OpenBSD: Makefile,v 1.12 2000/01/06 22:23:28 d Exp $ # # The pthread library is formed from the FreeBSD uthread sources of @@ -25,10 +25,12 @@ CFLAGS+= -D_LOCK_DEBUG DEBUG= -ggdb -Wall .include "${LIBC_RSRCDIR}/include/Makefile.inc" -.include "${LIBC_RSRCDIR}/man/Makefile.inc" .include "${LIBC_RSRCDIR}/sys/Makefile.inc" .include "${LIBC_RSRCDIR}/thread/Makefile.inc" .include "${LIBC_RSRCDIR}/uthread/Makefile.inc" +# XXX enable when libc_r is not built +#.include "${LIBC_RSRCDIR}/man/Makefile.inc" + .include .include -- cgit v1.2.3