diff options
| author | Minsoo Choo <minsoochoo0122@proton.me> | 2025-11-29 00:17:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-11-29 04:56:35 +0000 |
| commit | 96265d5ea907d75709f419b01b44c60337ae7fcc (patch) | |
| tree | 31345d4a77ad4008577d2cfb080bd55d2020d4ce | |
| parent | 37c650b4ee2e098b7c8b3be117c8bb555baf9f2e (diff) | |
release: match comment for if statement
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
| -rw-r--r-- | release/Makefile.mirrors | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
