diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-08-12 16:38:52 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-08-12 18:15:26 +0000 |
| commit | 0b059a958846d28514f24d5742d9945bd6f2088d (patch) | |
| tree | dc136e8f2015298f764cdb51a6e08eb6d04cc7cc | |
| parent | c9ecaa08e3f09a6b8186065aef5262cf18c62d66 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7292e1922cb2..5827a5eaecb3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8313,6 +8313,8 @@ SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf + SUBDIR += tcl8-thread + SUBDIR += tcl9-thread SUBDIR += tclap SUBDIR += tclap12 SUBDIR += tclbsd @@ -8321,8 +8323,6 @@ SUBDIR += tcllib SUBDIR += tcllibc SUBDIR += tclreadline - SUBDIR += tcl8-thread - SUBDIR += tcl9-thread SUBDIR += tcltls SUBDIR += tclxml SUBDIR += tdl @@ -8440,9 +8440,9 @@ SUBDIR += wasi-libcxx18 SUBDIR += wasi-libcxx19 SUBDIR += wasi-libcxx20 + SUBDIR += wasm-server-runner SUBDIR += wasm3 SUBDIR += wasmer - SUBDIR += wasm-server-runner SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wf-config |
