summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGleydson Soares <gsoares@cvs.openbsd.org>2016-01-13 13:06:52 +0000
committerGleydson Soares <gsoares@cvs.openbsd.org>2016-01-13 13:06:52 +0000
commit2e77598d95d4d36152ad8ff7c43c1b6190a6d1a8 (patch)
tree9548bab6d910d294d8c84c5f677f29603a7b187f /share
parentf9786caa45d0003ded55014bd3a83fd421d79dad (diff)
fix remaining sudo reference (s,sudo,doas,)
OK deraadt@ millert@ tb@ sthen@
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.README8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 8bf7ad28db7..4ba772a570b 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.62 2015/11/14 23:56:50 deraadt Exp $
+# $OpenBSD: bsd.README,v 1.63 2016/01/13 13:06:51 gsoares Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -232,9 +232,9 @@ WARNINGS Adds appropriate warning flags (defined in CDIAGFLAGS,
e.g., -Wall...) to compiles. [no]
SUDO Command to run when doing "make install" portion of
- "make build". If set to sudo, this allows one to run
- "make build" as a user other than root (assuming sudo
- is setup for that user).
+ "make build". If set to /usr/bin/doas, this allows one
+ to run "make build" as a user other than root (assuming
+ doas is setup for that user).
PIPE If set to "-pipe" gcc will be given the -pipe option
which can speed up compiles on machines with memory