Module Name:    src
Committed By:   tnn
Date:           Wed Mar 18 00:37:30 UTC 2020

Modified Files:
        src/lib: Makefile

Log Message:
libp2k still needs to be under MKRUMP


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.280 src/lib/Makefile:1.281
--- src/lib/Makefile:1.280	Tue Mar 17 22:20:48 2020
+++ src/lib/Makefile	Wed Mar 18 00:37:29 2020
@@ -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+=	.WAIT
 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

Reply via email to