diff options
author | wosch <wosch@FreeBSD.org> | 1997-03-03 00:57:48 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-03-03 00:57:48 +0000 |
commit | 9c7b325021de93a00cf7e5d977ec2f785e5f0d40 (patch) | |
tree | e13f07c6e8a16c7ba986e03514e56caed3bd1c27 /usr.bin | |
parent | 8137e0fb8f54e87dbf9bfb95c2c0fc648ce6105c (diff) | |
download | FreeBSD-src-9c7b325021de93a00cf7e5d977ec2f785e5f0d40.zip FreeBSD-src-9c7b325021de93a00cf7e5d977ec2f785e5f0d40.tar.gz |
Add enviroment variable MAKEOBJDIRPREFIX, still undocumented except
in bsd.obj.mk.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/make.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 7fb7297..61f0a81 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id$ +.\" $Id: make.1,v 1.8 1997/02/22 19:27:15 peter Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -936,6 +936,7 @@ utilizes the following environment variables, if they exist: .Ev MAKE , .Ev MAKEFLAGS , .Ev MAKEOBJDIR , +.Ev MAKEOBJDIRPREFIX , and .Ev PWD . .Sh FILES |