diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-14 11:09:03 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-14 11:09:03 +0000 |
| commit | d83cd6102c0ed7197b6c48cfd6e0685c118a934f (patch) | |
| tree | dc6b3952786696a55de7b444be4a7dfd895399a3 | |
| parent | 507b16fd801d470308ea9c653477712022d5e0d5 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9ccb99e5f216..98c57d19b935 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1111,6 +1111,7 @@ SUBDIR += qposases SUBDIR += qrupdate SUBDIR += qtiplot-doc + SUBDIR += quich SUBDIR += qwtplot3d SUBDIR += qxfun SUBDIR += randlib @@ -1233,7 +1234,6 @@ SUBDIR += trlib SUBDIR += ttmath SUBDIR += tvmet - SUBDIR += quich SUBDIR += ump SUBDIR += units SUBDIR += universal |
