[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / lib

File: [local] / src / lib / Makefile (download)

Revision 1.47, Sat Nov 16 05:01:26 2002 UTC (21 years, 7 months ago) by marc
Branch: MAIN
Changes since 1.46: +3 -3 lines

Enable libpthread, kind of....
The library is installed as libnpthread, not libpthread.   This gets
around broken autoconf ports that attempt to link using both
-lpthread and -pthread.

The next step will be to change the gcc -pthread flag to use this lib
instead of libc_r.

#	$OpenBSD: Makefile,v 1.47 2002/11/16 05:01:26 marc Exp $
#	$NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $

SUBDIR=	csu libarch libc libc_r libcom_err libcompat libcurses libcurses++ \
	libdes libedit libevent libform libkeynote libkvm libl libm libmenu \
	libocurses libossaudio libpanel libpcap libpthread libresolv librpcsvc \
	libskey libsectok libssl libtelnet libusbhid libutil libwrap liby libz

.include <bsd.subdir.mk>