diff options
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 |