summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md
index edbce3a..932845b 100644
--- a/docs/BUILDING.md
+++ b/docs/BUILDING.md
@@ -58,6 +58,7 @@ Here are some of the common ones; check the [`Makefile`](/Makefile) for more.
| `LDFLAGS`<br>`EXTRA_LDFLAGS` | Override/add to the linker flags |
| `WITH_ACL`<br>`WITH_ATTR`<br>... | Enable/disable [optional dependencies] |
| `TEST_FLAGS` | `tests.sh` flags for `make check` |
+| `BUILDDIR` | The build output directory (default: `.`) |
| `DESTDIR` | The root directory for `make install` |
| `PREFIX` | The installation prefix (default: `/usr`) |
| `MANDIR` | The man page installation directory |