Source-Changes-HG archive

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

[src/trunk]: src/lib move the pam module after the trench where pam is being ...



details:   https://anonhg.NetBSD.org/src/rev/114ed2fe6ea4
branches:  trunk
changeset: 745511:114ed2fe6ea4
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 03 20:01:01 2020 +0000

description:
move the pam module after the trench where pam is being build

diffstat:

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

diffs (28 lines):

diff -r c97896873dce -r 114ed2fe6ea4 lib/Makefile
--- a/lib/Makefile      Tue Mar 03 19:55:16 2020 +0000
+++ b/lib/Makefile      Tue Mar 03 20:01:01 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.278 2020/03/03 14:29:57 rin Exp $
+#      $NetBSD: Makefile,v 1.279 2020/03/03 20:01:01 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -266,7 +266,6 @@
 
 .if (${MKPAM} != "no")
 SUBDIR+=       libpam          # depends on heimdal, libssh
-SUBDIR+=       ../external/bsd/pam-u2f/lib
 .endif
 
 
@@ -279,6 +278,10 @@
 #==================== 5th library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+.if (${MKPAM} != "no")
+SUBDIR+=       ../external/bsd/pam-u2f/lib     # depends on libpam
+.endif
+
 SUBDIR+=       libp2k          # depends on libukfs, librumpvfs, libpuffs
 
 .if (${MKTPM} != "no")



Home | Main Index | Thread Index | Old Index