diff options
author | brooks <brooks@FreeBSD.org> | 2014-10-16 15:55:13 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-10-16 15:55:13 +0000 |
commit | 62d1f8ed77a410fb99c12c54847f93a25e0667c5 (patch) | |
tree | 978c3304a611cb7c5afc5bad78365aaf9f0bd333 | |
parent | 48dac94537cb1330f75fa77328d475d43d5a3c93 (diff) | |
download | FreeBSD-src-62d1f8ed77a410fb99c12c54847f93a25e0667c5.zip FreeBSD-src-62d1f8ed77a410fb99c12c54847f93a25e0667c5.tar.gz |
Document that WITHOUT_TOOLCHAIN causes headers to not be installed, not
just programs.
-rw-r--r-- | tools/build/options/WITHOUT_TOOLCHAIN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/options/WITHOUT_TOOLCHAIN b/tools/build/options/WITHOUT_TOOLCHAIN index 4ffc5b3..2aa4217 100644 --- a/tools/build/options/WITHOUT_TOOLCHAIN +++ b/tools/build/options/WITHOUT_TOOLCHAIN @@ -1,5 +1,5 @@ .\" $FreeBSD$ -Set to not install +Set to not install header or programs used for program development, compilers, debuggers etc. .Bf -symbolic |