diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-21 18:34:05 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-21 19:19:49 +0000 |
commit | f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976 (patch) | |
tree | 9eda6f4024b54f70b5ef6648c8517d85a9568479 /security | |
parent | 5c4a85a4c5e4dbb837319c6b8e511f1979d70cde (diff) | |
download | ports-f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976.tar.gz ports-f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976.zip |
*/Makefile: Sort SUBDIRs
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 344e84e11ff9..d59ad78b77cd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -410,11 +410,11 @@ SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssl - SUBDIR += openssl30 - SUBDIR += openssl31 SUBDIR += openssl-agent SUBDIR += openssl-quictls SUBDIR += openssl-unsafe + SUBDIR += openssl30 + SUBDIR += openssl31 SUBDIR += openssl_tpm_engine SUBDIR += openvas SUBDIR += openvpn |