diff options
author | 2003-01-20 18:12:11 +0000 | |
---|---|---|
committer | 2003-01-20 18:12:11 +0000 | |
commit | 3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b (patch) | |
tree | 8c3cb84b5f2343cd752623ddf730b9db7081b878 /lib/libpthread/man | |
parent | Add definition of all structures involved in the radix table ioctls. (diff) | |
download | wireguard-openbsd-3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b.tar.xz wireguard-openbsd-3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b.zip |
Use the sources that exist in sibdirs of libpthread, not libc_r
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index b0d611a0adb..46dfba808e8 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.15 2002/02/20 05:16:20 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2003/01/20 18:12:11 marc Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files -.PATH: ${LIBC_RSRCDIR}/man +.PATH: ${SRCDIR}/man MAN+= \ pthread_attr_init.3 \ |