Permalink
Please sign in to comment.
Browse files
MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland /…
… kernel ZFS but keep the boot-loaders when using ZoL port. MFC after: 1 week Reviewed by: rgrimes Differential Revision: https://reviews.freebsd.org/D18739
- Loading branch information...
Showing
with
18 additions
and 13 deletions.
- +1 −0 .gitattributes
- +2 −0 share/mk/src.opts.mk
- +1 −1 stand/efi/boot1/Makefile
- +1 −1 stand/efi/libefi/Makefile
- +1 −1 stand/efi/loader/Makefile
- +1 −1 stand/i386/Makefile
- +2 −2 stand/i386/loader/Makefile
- +1 −1 stand/libsa/Makefile
- +1 −1 stand/sparc64/Makefile
- +3 −3 stand/sparc64/loader/Makefile
- +1 −1 stand/userboot/userboot/Makefile
- +2 −0 tools/build/options/WITHOUT_LOADER_ZFS
- +1 −1 tools/build/options/WITHOUT_ZFS
@@ -0,0 +1,2 @@ | |||
.\" $FreeBSD$ | |||
Set to not build ZFS file system boot loader support. |
@@ -1,2 +1,2 @@ | |||
.\" $FreeBSD$ | |||
Set to not build ZFS file system. | |||
Set to not build ZFS file system kernel module, libraries, and user commands. |
0 comments on commit
139c85c