summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-02-04 07:46:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-02-04 07:46:21 +0000
commit8135e834f1228b1ba9cb51bc6da5cd365a9b19a8 (patch)
treee75e025a90aaee20dd43712ce98d4400327ba896 /usr.bin/make/make.1
parent1df3c7c0cccb12a30905c73411a17ebd654eb87b (diff)
MACHINE_CPU here too;
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 91d092f98b2..6af65a307b4 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.85 2010/02/03 20:45:44 miod Exp $
+.\" $OpenBSD: make.1,v 1.86 2010/02/04 07:46:20 jmc Exp $
.\" $OpenPackages$
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
@@ -31,7 +31,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: February 3 2010 $
+.Dd $Mdocdate: February 4 2010 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -1290,6 +1290,7 @@ If no sources are specified, any previously specified suffixes are deleted.
uses the following environment variables, if they exist:
.Ev MACHINE ,
.Ev MACHINE_ARCH ,
+.Ev MACHINE_CPU ,
.Ev MAKEFLAGS ,
.Ev MAKEOBJDIR ,
.Ev MAKEOBJDIRPREFIX ,