Module Name:    src
Committed By:   pgoyette
Date:           Sun May 10 22:28:09 UTC 2020

Modified Files:
        src/sys/uvm: files.uvm

Log Message:
Add missing dependency.

Fixes builds with VM_SWAP but no other users of rijndael crypto code.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/uvm/files.uvm

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

Modified files:

Index: src/sys/uvm/files.uvm
diff -u src/sys/uvm/files.uvm:1.33 src/sys/uvm/files.uvm:1.34
--- src/sys/uvm/files.uvm:1.33	Wed Jan 15 17:55:45 2020
+++ src/sys/uvm/files.uvm	Sun May 10 22:28:09 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: files.uvm,v 1.33 2020/01/15 17:55:45 ad Exp $
+#	$NetBSD: files.uvm,v 1.34 2020/05/10 22:28:09 pgoyette Exp $
 
 #
 # UVM options
@@ -8,7 +8,7 @@ defflag opt_uvmhist.h		UVMHIST_PRINT: KE
 defparam opt_uvmhist.h		UVMHIST_MAPHIST_SIZE UVMHIST_PDHIST_SIZE
 defflag opt_uvm.h		USE_TOPDOWN_VM UVMMAP_COUNTERS
 defparam opt_uvm.h		UVM_RESERVED_PAGES_PER_CPU
-defflag opt_vmswap.h		VMSWAP
+defflag opt_vmswap.h		VMSWAP : rijndael
 defflag opt_readahead.h		READAHEAD_STATS
 defflag opt_ubc.h		UBC_STATS
 defparam opt_pagermap.h		PAGER_MAP_SIZE

Reply via email to