diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-27 10:07:41 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-27 10:07:41 +0000 |
commit | 70ff716aaf0e39c9904d0b0960e833c62129f62e (patch) | |
tree | d683ca5da729656703f35a20c599f44751034ad1 | |
parent | 400762247806d6e6371e70edf99ead80d75a41ff (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | devel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index fb4fd60ff4b1..d4fe3719d973 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -550,6 +550,7 @@ SUBDIR += percona57-client SUBDIR += percona57-pam-for-mysql SUBDIR += percona57-server + SUBDIR += pg-gvm SUBDIR += pg.el SUBDIR += pgFormatter SUBDIR += pg_activity @@ -577,7 +578,6 @@ SUBDIR += pglogical SUBDIR += pgmetrics SUBDIR += pgmodeler - SUBDIR += pg-gvm SUBDIR += pgpool-II-37 SUBDIR += pgpool-II-40 SUBDIR += pgpool-II-41 diff --git a/devel/Makefile b/devel/Makefile index 4b1da483e81c..820ce57719dd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -681,9 +681,9 @@ SUBDIR += fpc-zlib SUBDIR += fpp SUBDIR += frama-c + SUBDIR += freebsd-gcc12 SUBDIR += freebsd-gcc6 SUBDIR += freebsd-gcc9 - SUBDIR += freebsd-gcc12 SUBDIR += freebsd-git-devtools SUBDIR += freebsd-sysroot SUBDIR += frink |