From bf7a01dae4c274a136de5c31bb49bb8ce81dff45 Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Thu, 28 Jun 2012 06:18:47 +0000 Subject: 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@ --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 5f5a355d66c..6b29c51de88 100644 --- a/include/Makefile +++ b/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 \ -- cgit v1.2.3