diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 03:13:03 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 03:13:03 +0000 |
| commit | 9dd9f2bf14aed8aaeddce7efbe513617df812b49 (patch) | |
| tree | 26e274544c871ab7a96b7316630c90fd6bd71399 | |
| parent | c20a9ffdb5f53890b7551548200e7ce9b1702504 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ea1e5af14694..8a1f69c95a79 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -498,8 +498,8 @@ SUBDIR += mxml SUBDIR += mythes SUBDIR += nb-aspell - SUBDIR += nerdlog SUBDIR += nds-aspell + SUBDIR += nerdlog SUBDIR += nl-aspell SUBDIR += nl-hunspell SUBDIR += nl-hyphen |
