Module Name:    src
Committed By:   rin
Date:           Tue Mar  3 14:29:57 UTC 2020

Modified Files:
        src/lib: Makefile

Log Message:
Comment that libpam depends on libssh.


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/lib/Makefile

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

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.277 src/lib/Makefile:1.278
--- src/lib/Makefile:1.277	Tue Mar  3 12:54:51 2020
+++ src/lib/Makefile	Tue Mar  3 14:29:57 2020
@@ -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+=	../external/bsd/mdocml/lib
 SUBDIR+=	.WAIT
 
 .if (${MKPAM} != "no")
-SUBDIR+=	libpam		# depends on heimdal
+SUBDIR+=	libpam		# depends on heimdal, libssh
 SUBDIR+=	../external/bsd/pam-u2f/lib
 .endif
 

Reply via email to