diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-27 10:32:12 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-27 10:32:12 +0800 |
commit | f4d71ad6914c981da2ec1ec245b0c707a53e6f32 (patch) | |
tree | 79b939d55fae418555cd37e97417ce7a364d31d3 | |
parent | devel/wasi-libc: update to latest commit (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 b7c05a6aed57..4218f8eecacf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -829,8 +829,8 @@ SUBDIR += git-extras SUBDIR += git-filter-repo SUBDIR += git-filter-repo-devel - SUBDIR += git-gui SUBDIR += git-graph + SUBDIR += git-gui SUBDIR += git-lab SUBDIR += git-lfs SUBDIR += git-merge-changelog |