diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-05-07 14:05:48 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-05-07 14:27:29 +0000 |
| commit | d8b131e9ceffc11ad43ed411d3cc3af4c8231695 (patch) | |
| tree | e85e2079a670b5229b0752b00f25c9ca1ba22249 | |
| parent | a569a6a8961fe59925013ffa661890fe0ec6ad2d (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2d5a7f8ab3a3..e860ddce9f01 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4484,10 +4484,10 @@ SUBDIR += py-astroid2 SUBDIR += py-asttokens SUBDIR += py-astunparse - SUBDIR += py-asyncstdlib SUBDIR += py-async-lru SUBDIR += py-async_generator SUBDIR += py-async_timeout + SUBDIR += py-asyncstdlib SUBDIR += py-asynctest SUBDIR += py-atom SUBDIR += py-atomiclong |
