diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-03-19 03:34:44 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-03-19 03:34:44 +0000 |
| commit | c91d6efe6adbf5e1de504b1ed5bea3526aa39f3c (patch) | |
| tree | 27c68aa8bb98c128333d6cc692fe5f201f117103 | |
| parent | 9bbba96ca8879c1f63633cf982eb4e208374d80e (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 7ab6d3c7ea5f..5ee500fbebb9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1790,8 +1790,8 @@ SUBDIR += py-httptools SUBDIR += py-httpx SUBDIR += py-httpx-oauth - SUBDIR += py-httpx-sse SUBDIR += py-httpx-socks + SUBDIR += py-httpx-sse SUBDIR += py-httpx-ws SUBDIR += py-httpx_gssapi SUBDIR += py-hypercorn |
