Source-Changes-HG archive

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

[src/trunk]: src/lib libp2k still needs to be under MKRUMP



details:   https://anonhg.NetBSD.org/src/rev/990c118f2ac2
branches:  trunk
changeset: 745960:990c118f2ac2
user:      tnn <tnn%NetBSD.org@localhost>
date:      Wed Mar 18 00:37:29 2020 +0000

description:
libp2k still needs to be under MKRUMP

diffstat:

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

diffs (19 lines):

diff -r 0af14ee41f18 -r 990c118f2ac2 lib/Makefile
--- a/lib/Makefile      Tue Mar 17 23:01:15 2020 +0000
+++ b/lib/Makefile      Wed Mar 18 00:37:29 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.280 2020/03/17 22:20:48 christos Exp $
+#      $NetBSD: Makefile,v 1.281 2020/03/18 00:37:29 tnn Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -283,7 +283,9 @@
 SUBDIR+=       ../external/bsd/pam-u2f/lib     # depends on libpam
 .endif
 
+.if (${MKRUMP} != "no")
 SUBDIR+=       libp2k          # depends on libukfs, librumpvfs, libpuffs
+.endif
 
 .if (${MKTPM} != "no")
 SUBDIR+=       ../crypto/external/cpl/tpm-tools/lib    # depends on trousers



Home | Main Index | Thread Index | Old Index