diff options
author | ru <ru@FreeBSD.org> | 2001-07-16 15:33:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-16 15:33:34 +0000 |
commit | f621704c2a19b20a4380ff3becf506ac2cb5f931 (patch) | |
tree | 42cb8d61687d6164cf608c679295568ca911d03a /usr.bin/make | |
parent | 7ebff87751a8d664c42012a98faffe8ba64ed3b3 (diff) | |
download | FreeBSD-src-f621704c2a19b20a4380ff3becf506ac2cb5f931.zip FreeBSD-src-f621704c2a19b20a4380ff3becf506ac2cb5f931.tar.gz |
Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.
Submitted by: bde
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9b3171b..7e70998 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -500,7 +500,7 @@ If either .Ev MAKEOBJDIRPREFIX or .Ev MAKEOBJDIR -is defined but +is set in the environment but .Nm is unable to change into the corresponding directory, then the current directory is used |