diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2012-08-19 18:55:17 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2012-08-19 18:55:17 +0000 |
commit | 669a1d4d40fe441f5ea67c962fc69f5474b31f4e (patch) | |
tree | 2cbe7f6ed14bdcc76d657d549b9441b05ff14c91 /regress/lib/libpthread | |
parent | b57d40c6e6377651fba337f913baef0350b91006 (diff) |
Switch to -lpthread.
Diffstat (limited to 'regress/lib/libpthread')
-rw-r--r-- | regress/lib/libpthread/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |