diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-16 15:37:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-16 15:37:56 +0000 |
commit | 8baf7408bbf5cf902a4812bc7264fd4196db7ef5 (patch) | |
tree | 17af4d81c88bfa5f97c22c52f8c8f205df2fc96b | |
parent | f46f0a183584760b5f265fdb637b424cda854af3 (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | net-mgmt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index d8834de8ec55..6f8cec37c5ad 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -398,8 +398,8 @@ SUBDIR += triton-guesttools SUBDIR += unbound_exporter SUBDIR += unifi8 - SUBDIR += victoria-metrics SUBDIR += victoria-logs + SUBDIR += victoria-metrics SUBDIR += virt-viewer SUBDIR += vmutils SUBDIR += wdiag |