summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2004-06-14 12:11:45 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2004-06-14 12:11:45 +0000
commitd62c0213b317180a9ec0b3a65791610101ff3b90 (patch)
tree13618eb79c23b77f5b5f94fc30baf42987eb0751 /share
parent92bd15ea71ef5db8934c870e03c8e4f0f0bd553b (diff)
DEBUG does not set INSTALL_STRIP to -s per default,
not STRIP which is the `strip' binary; okay espie@.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/mk.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5
index 61e5cc1e3c0..e56a0f4083c 100644
--- a/share/man/man5/mk.conf.5
+++ b/share/man/man5/mk.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mk.conf.5,v 1.4 2003/08/27 07:58:35 jmc Exp $
+.\" $OpenBSD: mk.conf.5,v 1.5 2004/06/14 12:11:44 xsa Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre
.\"
@@ -177,7 +177,7 @@ Add
.Fl g
to assembly, C compiler and linking passes.
Also doesn't set
-.Ev STRIP
+.Ev INSTALL_STRIP
to
.Fl s
per default if defined.