From b52673195ec11be056c1146cb3420a91b1b684a0 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Thu, 28 Jun 2012 06:18:46 +0000 Subject: [PATCH] librthread has eaten libpthread, so build includes via the former instead of the latter. Permits the misleading lib/libpthread/Makefile to be removed discussed with deraadt@ --- src/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index 5f5a355d..6b29c51d 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.164 2012/06/26 16:16:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.165 2012/06/28 06:18:46 guenther Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -41,7 +41,7 @@ LDIRS= altq crypto ddb dev isofs miscfs msdosfs net netinet netinet6 \ PRDIRS= # Directories with an includes target -RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ +RDIRS= ../lib/librthread ../lib/libcompat ../lib/libcurses \ ../lib/libform ../lib/libssl ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ ../lib/libskey ../lib/libedit ../lib/libexpat \