diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 20:19:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 20:19:04 +0000 |
commit | ff1ea3136438cf56490e9e046e35c7d18507115b (patch) | |
tree | d0b107633a2d988d251b03d06b420b5173cfa411 | |
parent | 85bce82b6bf03e69f890d5ed868d66dc23123dc5 (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | dns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/Makefile b/dns/Makefile index 6600e234088d..0b1edb92b9c8 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -25,10 +25,10 @@ SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd + SUBDIR += dns-ui SUBDIR += dns2blackhole SUBDIR += dns2tcp SUBDIR += dns_balance - SUBDIR += dns-ui SUBDIR += dnsblast SUBDIR += dnscap SUBDIR += dnscheckengine |