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/544a5972c48a
branches: trunk
changeset: 1007899:544a5972c48a
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 565c9845abe0 -r 544a5972c48a 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