Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Comment that libpam depends on libssh.



details:   https://anonhg.NetBSD.org/src/rev/47603522bece
branches:  trunk
changeset: 745501:47603522bece
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Mar 03 14:29:57 2020 +0000

description:
Comment that libpam depends on libssh.

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 848e66d378d4 -r 47603522bece lib/Makefile
--- a/lib/Makefile      Tue Mar 03 13:32:44 2020 +0000
+++ b/lib/Makefile      Tue Mar 03 14:29:57 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.277 2020/03/03 12:54:51 christos Exp $
+#      $NetBSD: Makefile,v 1.278 2020/03/03 14:29:57 rin Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -265,7 +265,7 @@
 SUBDIR+=       .WAIT
 
 .if (${MKPAM} != "no")
-SUBDIR+=       libpam          # depends on heimdal
+SUBDIR+=       libpam          # depends on heimdal, libssh
 SUBDIR+=       ../external/bsd/pam-u2f/lib
 .endif
 



Home | Main Index | Thread Index | Old Index