From f16bc96306d6cc857437a9e8e314adfc62b03325 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 12 Jun 2009 06:40:51 +0000 Subject: [PATCH] catch up with libssh build dir move --- compat/lib/libpam/modules/pam_ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/lib/libpam/modules/pam_ssh/Makefile b/compat/lib/libpam/modules/pam_ssh/Makefile index 5e81f91593ea..7e207f3a6d5d 100644 --- a/compat/lib/libpam/modules/pam_ssh/Makefile +++ b/compat/lib/libpam/modules/pam_ssh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2008/10/27 08:00:05 mrg Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/12 06:40:51 mrg Exp $ NOLINT= # defined NOMAN= # defined NONLS= # defined NOINFO= # defined NOSHARE= # defined -LIBDPLIBS= ssh ${.CURDIR}/../../../libssh crypt ${.CURDIR}/../../../libcrypt crypto ${.CURDIR}/../../../libcrypto +LIBDPLIBS= ssh ${.CURDIR}/../../../../crypto/external/bsd/openssh/lib crypt ${.CURDIR}/../../../libcrypt crypto ${.CURDIR}/../../../libcrypto NOCHECKVER= # defined