Module Name: src Committed By: skrll Date: Sat Feb 15 11:10:25 UTC 2025
Modified Files: src/share/mk: bsd.own.mk Log Message: Fix a couple of comments To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/share/mk/bsd.own.mk 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.own.mk diff -u src/share/mk/bsd.own.mk:1.1410 src/share/mk/bsd.own.mk:1.1411 --- src/share/mk/bsd.own.mk:1.1410 Fri Jan 31 15:25:01 2025 +++ src/share/mk/bsd.own.mk Sat Feb 15 11:10:25 2025 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1410 2025/01/31 15:25:01 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1411 2025/02/15 11:10:25 skrll Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -932,10 +932,10 @@ MKGCC:= no MKGDB.or1k= no -# No kernel modules for or1k or riscv (yet) +# No kernel modules for or1k (yet) MKKMOD.or1k= no -# No profiling for or1k (yet) +# No profiling for or1k or risc-v (yet) MKPROFILE.or1k= no MKPROFILE.riscv32=no MKPROFILE.riscv64=no