diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:17:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:58:44 +0000 |
commit | a2e9b4a61ee88f315e80d2210d8a43ef55793757 (patch) | |
tree | 357e5d0feae723f48cfa287d8d951bd569d1ba39 | |
parent | 2f47d76359080128b3d048af3caa084b396c2ede (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9024548d290a..45202cb32f74 100644 --- a/security/Makefile +++ b/security/Makefile @@ -420,8 +420,8 @@ SUBDIR += openvpn-auth-script SUBDIR += openvpn-devel SUBDIR += openvpn25 - SUBDIR += opie SUBDIR += ophcrack + SUBDIR += opie SUBDIR += ossec-hids SUBDIR += ossec-hids-agent SUBDIR += ossec-hids-agent-config |