diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-25 13:37:44 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-25 19:14:56 +0000 |
| commit | c5befd4b1866833b248fc5c011f18c8fcdb1ff08 (patch) | |
| tree | 850e2f7bd1005077b64e1fe05176f4beea29c112 | |
| parent | f5fcc541eb4da4214651660de868b398c7ced28f (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index fc45f471e89c..47232ac41d8d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1758,10 +1758,10 @@ SUBDIR += py-httpretty SUBDIR += py-httptools SUBDIR += py-httpx - SUBDIR += py-httpx_gssapi SUBDIR += py-httpx-oauth SUBDIR += py-httpx-socks SUBDIR += py-httpx-ws + SUBDIR += py-httpx_gssapi SUBDIR += py-hypercorn SUBDIR += py-hyperframe SUBDIR += py-hyperlink |
