From ac63eeac4a2d630064ad1b5ca878e56ea2091580 Mon Sep 17 00:00:00 2001 From: rin Date: Tue, 3 Mar 2020 14:29:57 +0000 Subject: Comment that libpam depends on libssh. --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 419be380efa..c02ba405439 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 @@ -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 -- cgit