diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 22:23:29 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 22:23:29 +0000 |
commit | bf88f8ae1ea2bbbb0921e5e922422c5933c53d67 (patch) | |
tree | 0a555a348a8fb0f1f8f820d43364040e91183530 | |
parent | d0f6aa937b39acfa62022b472c12783bb67f0e6f (diff) |
build libpthread AND libc_r for i386
-rw-r--r-- | lib/libpthread/Makefile | 6 |
1 files 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 <bsd.own.mk> .include <bsd.lib.mk> |