From 669a1d4d40fe441f5ea67c962fc69f5474b31f4e Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sun, 19 Aug 2012 18:55:17 +0000 Subject: Switch to -lpthread. --- regress/lib/libpthread/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/lib/libpthread') diff --git a/regress/lib/libpthread/Makefile.inc b/regress/lib/libpthread/Makefile.inc index 3f03cbd1900..2e2516fd646 100644 --- a/regress/lib/libpthread/Makefile.inc +++ b/regress/lib/libpthread/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.9 2003/06/16 13:35:33 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2012/08/19 18:55:16 fgsch Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBPTHREAD= /usr/lib/libpthread.a -LDADD+= -pthread +LDADD+= -lpthread DPADD+= ${LIBPTHREAD} CFLAGS+= -Wall # -Werror -- cgit v1.2.3