Module Name:    src
Committed By:   mrg
Date:           Fri Jun 12 06:40:51 UTC 2009

Modified Files:
        src/compat/lib/libpam/modules/pam_ssh: Makefile

Log Message:
catch up with libssh build dir move


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/compat/lib/libpam/modules/pam_ssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/lib/libpam/modules/pam_ssh/Makefile
diff -u src/compat/lib/libpam/modules/pam_ssh/Makefile:1.3 src/compat/lib/libpam/modules/pam_ssh/Makefile:1.4
--- src/compat/lib/libpam/modules/pam_ssh/Makefile:1.3	Mon Oct 27 08:00:05 2008
+++ src/compat/lib/libpam/modules/pam_ssh/Makefile	Fri Jun 12 06:40:51 2009
@@ -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
 

Reply via email to