Source-Changes-HG archive

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

[src/trunk]: src/lib Move libpam to the next trench since it depends on ssh



details:   https://anonhg.NetBSD.org/src/rev/9ed2ee1b3905
branches:  trunk
changeset: 745499:9ed2ee1b3905
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 03 12:54:51 2020 +0000

description:
Move libpam to the next trench since it depends on ssh

diffstat:

 lib/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 55e613deff1a -r 9ed2ee1b3905 lib/Makefile
--- a/lib/Makefile      Tue Mar 03 08:56:05 2020 +0000
+++ b/lib/Makefile      Tue Mar 03 12:54:51 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.276 2020/03/03 04:20:50 riastradh Exp $
+#      $NetBSD: Makefile,v 1.277 2020/03/03 12:54:51 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -257,11 +257,6 @@
 SUBDIR+=       librumpvfs      # depends on librump
 .endif
 
-.if (${MKPAM} != "no")
-SUBDIR+=       libpam          # depends on heimdal
-SUBDIR+=       ../external/bsd/pam-u2f/lib
-.endif
-
 SUBDIR+=       ../crypto/external/bsd/libsaslc # depends on heimdal, openssl
 SUBDIR+=       ../external/bsd/mdocml/lib
 
@@ -269,6 +264,12 @@
 #==================== 4th library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+.if (${MKPAM} != "no")
+SUBDIR+=       libpam          # depends on heimdal
+SUBDIR+=       ../external/bsd/pam-u2f/lib
+.endif
+
+
 SUBDIR+=       libukfs         # depends on librumpvfs, librump
 
 .if (${MKTPM} != "no")



Home | Main Index | Thread Index | Old Index