diff options
author | pjd <pjd@FreeBSD.org> | 2004-05-03 21:18:56 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-05-03 21:18:56 +0000 |
commit | c0a7be051fd72f5381311bde0cf40bee39d9ce29 (patch) | |
tree | 1db696ce740ceab981d57669d75941f39b773375 /sys/conf/files | |
parent | 364696c35d86cce96143dbd525b92a4a9cc23834 (diff) | |
download | FreeBSD-src-c0a7be051fd72f5381311bde0cf40bee39d9ce29.zip FreeBSD-src-c0a7be051fd72f5381311bde0cf40bee39d9ce29.tar.gz |
Allow geom_concat and geom_gate to be compiled in kernel.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 6336df5..ae59531 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -917,6 +917,8 @@ geom/bde/g_bde_work.c optional geom_bde crypto/rijndael/rijndael-alg-fst.c optional geom_bde crypto/rijndael/rijndael-api-fst.c optional geom_bde crypto/sha2/sha2.c optional geom_bde +geom/concat/g_concat.c optional geom_concat +geom/gate/g_gate.c optional geom_gate geom/geom_aes.c optional geom_aes geom/geom_apple.c optional geom_apple geom/geom_bsd.c optional geom_bsd |