diff options
Diffstat (limited to 'stand/Makefile.i386')
-rw-r--r-- | stand/Makefile.i386 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stand/Makefile.i386 b/stand/Makefile.i386 new file mode 100644 index 0000000000000..fb53744ab5aef --- /dev/null +++ b/stand/Makefile.i386 @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.if ${LOADER_GELI_SUPPORT:Uyes} == "yes" +SUBDIR+= geli +.endif +.if ${MK_ZFS} != "no" +SUBDIR+= zfs +.endif + +SUBDIR+= efi |