diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-09-27 04:01:07 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-09-27 04:01:07 +0000 |
commit | 05601295bd74ba8db3f33fb03311cd73c62d4ac1 (patch) | |
tree | b523fc455edf490a026f31e4e0f041ff97bc0394 | |
parent | ce7b2a9d4da12a1b3a8746f05de202cdf8271240 (diff) |
math/Makefile: Add qhull8 entry.
This was forgotten in ce7b2a9d4da12a1b3a8746f05de202cdf8271240.
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 5ffb5cae6a85..fcf99bcdc742 100644 --- a/math/Makefile +++ b/math/Makefile @@ -938,6 +938,7 @@ SUBDIR += qalculate SUBDIR += qd SUBDIR += qhull + SUBDIR += qhull8 SUBDIR += qposases SUBDIR += qrupdate SUBDIR += qtiplot-doc |