diff options
| author | tnn <tnn@NetBSD.org> | 2020-03-18 00:37:29 +0000 |
|---|---|---|
| committer | tnn <tnn@NetBSD.org> | 2020-03-18 00:37:29 +0000 |
| commit | 1a06dac6f2a3abadca6d968ea39c9bc105da3285 (patch) | |
| tree | db2746f1e10f340644b650e866e831f2eed640d6 /lib/Makefile | |
| parent | 9cefdfff4d28ee469448810389e222ce3722fe90 (diff) | |
libp2k still needs to be under MKRUMP
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 0d909aa6cc9..b592c12bc0e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 |
