diff options
| author | christos <christos@NetBSD.org> | 2008-06-23 14:52:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-06-23 14:52:11 +0000 |
| commit | 0ec2ee405f616a20b75fa89f449b20bf41799c80 (patch) | |
| tree | 8bc7319a35d0af5d05d1e4e61402dba388582f6b /lib/libssh/Makefile | |
| parent | a494eea816e5ab2e3e4bafd012dd7f526b5e80a9 (diff) | |
No need for pthread anymore.
Diffstat (limited to 'lib/libssh/Makefile')
| -rw-r--r-- | lib/libssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile index e80f5ac29d9..208d7011c39 100644 --- a/lib/libssh/Makefile +++ b/lib/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/22 15:43:40 christos Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/23 14:52:11 christos Exp $ .include <bsd.own.mk> @@ -26,8 +26,7 @@ CPPFLAGS+= -I${SSHDIST} LIBDPLIBS+= crypto ${.CURDIR}/../libcrypto \ crypt ${.CURDIR}/../libcrypt \ - z ${.CURDIR}/../libz \ - pthread ${.CURDIR}/../libpthread + z ${.CURDIR}/../libz .if ${HAVE_GCC} == 4 .for f in dns channels hostfile |
