The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=96265d5ea907d75709f419b01b44c60337ae7fcc
commit 96265d5ea907d75709f419b01b44c60337ae7fcc Author: Minsoo Choo <[email protected]> AuthorDate: 2025-11-29 00:17:34 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2025-11-29 04:56:35 +0000 release: match comment for if statement Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1903 --- release/Makefile.mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors index 924d289d1c44..db7026ea07a7 100644 --- a/release/Makefile.mirrors +++ b/release/Makefile.mirrors @@ -45,7 +45,7 @@ TLD?= ${FTPDIR}/releases SNAPSHOT= 1 . endif IMAGES:= img -. endif # arm/armv6 +. endif # arm/riscv .endif # embedded .if defined(WITH_VMIMAGES) && !empty(WITH_VMIMAGES)
