Source-Changes-HG archive

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

[src/trunk]: src/lib pam and tpm have nothing to do with rump, so limit them ...



details:   https://anonhg.NetBSD.org/src/rev/9ca56a4aea57
branches:  trunk
changeset: 745955:9ca56a4aea57
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 17 22:20:48 2020 +0000

description:
pam and tpm have nothing to do with rump, so limit them to the libraries that
need MKRUMP. (from Tobias Nygren)

diffstat:

 lib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r b5b456e4b161 -r 9ca56a4aea57 lib/Makefile
--- a/lib/Makefile      Tue Mar 17 22:03:41 2020 +0000
+++ b/lib/Makefile      Tue Mar 17 22:20:48 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.279 2020/03/03 20:01:01 christos Exp $
+#      $NetBSD: Makefile,v 1.280 2020/03/17 22:20:48 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -260,7 +260,6 @@
 SUBDIR+=       ../crypto/external/bsd/libsaslc # depends on heimdal, openssl
 SUBDIR+=       ../external/bsd/mdocml/lib
 
-.if (${MKRUMP} != "no")
 #==================== 4th library dependency barrier ====================
 SUBDIR+=       .WAIT
 
@@ -269,7 +268,9 @@
 .endif
 
 
+.if (${MKRUMP} != "no")
 SUBDIR+=       libukfs         # depends on librumpvfs, librump
+.endif
 
 .if (${MKTPM} != "no")
 SUBDIR+=       ../crypto/external/cpl/trousers/lib
@@ -288,6 +289,7 @@
 SUBDIR+=       ../crypto/external/cpl/tpm-tools/lib    # depends on trousers
 .endif
 
+.if (${MKRUMP} != "no")
 .if !defined(BSD_MK_COMPAT_FILE)
 SUBDIR+=       ../sys/rump/dev/lib
 SUBDIR+=       ../sys/rump/fs/lib



Home | Main Index | Thread Index | Old Index