diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-07 22:20:53 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-07 23:03:07 +0000 |
| commit | 4685f51de8bfb7c77d4dbf92228e1308973e55a2 (patch) | |
| tree | 58bef252f7f6544d234f28724890ee5a0261275a | |
| parent | a7ed50636c5d723d0e24115ea836ed86e7132e8f (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 191d09f0c13a..e14c4c1c3e21 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1428,8 +1428,8 @@ SUBDIR += u-boot-a13-olinuxino SUBDIR += u-boot-a64-olinuxino SUBDIR += u-boot-bananapi - SUBDIR += u-boot-bananapim2 SUBDIR += u-boot-bananapi-r2-pro + SUBDIR += u-boot-bananapim2 SUBDIR += u-boot-beaglebone SUBDIR += u-boot-bhyve-arm64 SUBDIR += u-boot-bhyve-riscv |
