diff options
author | 2010-02-04 07:46:20 +0000 | |
---|---|---|
committer | 2010-02-04 07:46:20 +0000 | |
commit | c709a181f8d582bf3f03b84b9e40f1bf00bc4a2f (patch) | |
tree | c0ab26990a527909c65887a25d9bb15db0bf60d6 | |
parent | Added optimization for XY reads, requires only one temp buffer (diff) | |
download | wireguard-openbsd-c709a181f8d582bf3f03b84b9e40f1bf00bc4a2f.tar.xz wireguard-openbsd-c709a181f8d582bf3f03b84b9e40f1bf00bc4a2f.zip |
MACHINE_CPU here too;
-rw-r--r-- | usr.bin/make/make.1 | 5 |
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 , |