Browse Source

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@
OPENBSD_5_2
guenther 12 years ago
parent
commit
b52673195e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -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 \


Loading…
Cancel
Save