diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-29 11:40:28 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-29 12:42:15 +0000 |
| commit | 097889595026df8bd0db6fab5a7fd236d21f98ae (patch) | |
| tree | a6715a3aeeb24b44ad14b369fb32917354a2491f | |
| parent | 7c7d55b6e844e4a0fa2b6d6e96f424c8ec062605 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | sysutils/Makefile | 2 | ||||
| -rw-r--r-- | www/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6ba2f69edbdb..43f28df08b40 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1448,8 +1448,8 @@ SUBDIR += u-boot-qemu-riscv64 SUBDIR += u-boot-quartz64-a SUBDIR += u-boot-quartz64-b - SUBDIR += u-boot-riotboard SUBDIR += u-boot-radxa-zero3 + SUBDIR += u-boot-riotboard SUBDIR += u-boot-rock-pi-4 SUBDIR += u-boot-rock64 SUBDIR += u-boot-rockpro64 diff --git a/www/Makefile b/www/Makefile index cbc756a29fb3..4c7a02d2747e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2356,9 +2356,9 @@ SUBDIR += rubygem-robots SUBDIR += rubygem-roda SUBDIR += rubygem-rqrcode + SUBDIR += rubygem-rqrcode-gitlab SUBDIR += rubygem-rqrcode_core SUBDIR += rubygem-rqrcode_core-gitlab - SUBDIR += rubygem-rqrcode-gitlab SUBDIR += rubygem-rss SUBDIR += rubygem-rtlit SUBDIR += rubygem-ruby-oembed |
