diff options
author | 2000-01-06 22:23:28 +0000 | |
---|---|---|
committer | 2000-01-06 22:23:28 +0000 | |
commit | 79ee9f9a74448648197656becfbe1b3e1f446852 (patch) | |
tree | 5cc5a632e6c247c72d7a31176fa1d4deaf115d13 /lib/libpthread | |
parent | fix includes; bde (diff) | |
download | wireguard-openbsd-79ee9f9a74448648197656becfbe1b3e1f446852.tar.xz wireguard-openbsd-79ee9f9a74448648197656becfbe1b3e1f446852.zip |
build libpthread AND libc_r for i386
Diffstat (limited to 'lib/libpthread')
-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> |