diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-05-21 16:52:55 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-05-21 16:52:55 -0400 |
commit | d2d25f5826b11b7d944706580d17839c5aea1a84 (patch) | |
tree | 2e7bbf1e3420d56f919bcd4e263ea31c0541961e /docs | |
parent | fb1e92f23fe020c7e429cca34d09b8797887841e (diff) | |
download | bfs-d2d25f5826b11b7d944706580d17839c5aea1a84.tar.xz |
docs/BUILDING: Document BUILDDIR
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILDING.md | 1 |
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 | |