Module Name: src
Committed By: simonb
Date: Wed Mar 24 04:36:57 UTC 2021
Modified Files:
src/share/mk: bsd.README
Log Message:
Add aarch64 and sparc64 to MKZFS yes.
Sort the machine names for the "Default: yes on ..." lines.
To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.415 src/share/mk/bsd.README:1.416
--- src/share/mk/bsd.README:1.415 Tue Nov 10 21:47:49 2020
+++ src/share/mk/bsd.README Wed Mar 24 04:36:57 2021
@@ -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 insta
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 t
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 instal
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
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.