Add aarch64 and sparc64 to MKZFS yes.
Sort the machine names for the "Default: yes on ..." lines.
This commit is contained in:
parent
5e9a98b7b0
commit
a82a6a8354
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.README,v 1.415 2020/11/10 21:47:49 kamil Exp $
|
||||
# $NetBSD: bsd.README,v 1.416 2021/03/24 04:36:57 simonb Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the make "include" files for the NetBSD
|
||||
@ -134,7 +134,7 @@ MKCATPAGES If "no", don't build or install the catman pages.
|
||||
Default: no
|
||||
|
||||
MKCOMPAT If "no", don't build or install the src/compat.
|
||||
Default: yes on amd64/mips64/sparc64, no elsewhere.
|
||||
Default: yes on amd64, mips64 and sparc64, no elsewhere.
|
||||
|
||||
MKCOMPATTESTS If "yes", build and install the NetBSD test suite when
|
||||
building and installing src/compat.
|
||||
@ -371,7 +371,7 @@ MKNLS If "no", don't build or install the NLS files and locale
|
||||
|
||||
MKNOUVEAUFIRMWARE If "yes", install the /libdata/firmware/nouveau directory,
|
||||
which is necessary for the nouveau DRM driver.
|
||||
Default: yes on i386 and amd64, no elsewhere.
|
||||
Default: yes on amd64 and i386, no elsewhere.
|
||||
|
||||
MKNPF If "no", don't build or install the NPF and its modules.
|
||||
Default: yes
|
||||
@ -429,7 +429,7 @@ MKPROFILE If "no", don't build or install the profiling (*_p.a) libraries.
|
||||
|
||||
MKRADEONFIRMWARE If "yes", install the /libdata/firmware/radeon directory,
|
||||
which is necessary for the radeon DRM driver.
|
||||
Default: yes on i386 and amd64, no elsewhere.
|
||||
Default: yes on amd64 and i386, no elsewhere.
|
||||
|
||||
MKRELRO If "partial", set the non-PLT GOT to read-only. If "full"
|
||||
also force immediate symbol binding.
|
||||
@ -544,7 +544,7 @@ MKZFS If "no", do not build and install utilities and libraries
|
||||
used to manage ZFS file system. Do not build zfs and solaris
|
||||
compatibility kernel modules. Note: ZFS requires 64bit
|
||||
atomic operations.
|
||||
Default: yes on amd64, no elsewhere.
|
||||
Default: yes on aarch64, amd64 and sparc64, no elsewhere.
|
||||
|
||||
MKRUMP If "no", do not build and install rump related headers,
|
||||
libraries, and programs.
|
||||
|
Loading…
Reference in New Issue
Block a user