diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-23 07:10:02 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-23 07:23:05 +0000 |
| commit | 734af58ac1e45e5ed4a11fa28200eccd86d7d29e (patch) | |
| tree | 16cf4e614ec3082cdaf3abb71962c9f7efb755fa | |
| parent | 62622eb8f52183b65facda6aa9f618a9f079e798 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | databases/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f5601bd46577..1bb64aa8a6bb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -224,8 +224,8 @@ SUBDIR += ods2sql SUBDIR += opendbviewer SUBDIR += opendbx - SUBDIR += openvoxdb8 SUBDIR += openvoxdb-terminus8 + SUBDIR += openvoxdb8 SUBDIR += ora2pg SUBDIR += oracle8-client SUBDIR += p5-Amazon-SimpleDB |
