While I'm here.. document the rest of the environment variables I found in

this program.
This commit is contained in:
garbled 2000-10-30 10:16:15 +00:00
parent 123fba3de1
commit 3cc7cf211a

View File

@ -1,4 +1,4 @@
.\" $NetBSD: crunchgen.1,v 1.10 2000/10/30 10:02:39 garbled Exp $
.\" $NetBSD: crunchgen.1,v 1.11 2000/10/30 10:16:15 garbled Exp $
.\"
.\" Copyright (c) 1994 University of Maryland
.\" All Rights Reserved.
@ -223,7 +223,19 @@ program is skipped in the
.Ar objs
target.
.Sh ENVIRONMENT
.Bl -tag -width MAKE
.Bl -tag -width MAKEOBJDIRPREFIX
.It Ev MAKEOBJDIRPREFIX
If the environment variable
.Ev MAKEOBJDIRPREFIX
is set, the object directory will be prefixed with the path contained in this
environment variable.
.It Ev MACHINE
If the environment variable
.Ev MACHINE
is set, it is used as the name of the machine type, when accessing object
directories of the form obj.MACHINE. If it is not set, it defaults to
the machine type returned by
.Xr uname 3 .
.It Ev MAKE
If the environment variable
.Ev MAKE