diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-24 03:05:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-24 03:05:03 +0000 |
commit | d897956017cabcbdc9e54d2bbcbb57c2f6d9bc42 (patch) | |
tree | ba247a7a69a9231eb2ac8e38759edef80f2292a6 /share | |
parent | b7b83f1239a9bf9dca371111fd67a4d9c9f93a2b (diff) |
Fix typo in last change
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index e02aa0b5389..74e64fd91d8 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.11 1996/11/24 02:47:40 niklas Exp $ +# $OpenBSD: bsd.README,v 1.12 1996/11/24 03:05:02 niklas Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -200,7 +200,7 @@ NOPIC Do not build PIC versions of system libraries, and NOLINT Do not build lint libraries. [set, set unconditionally] DEBUG Add -g to assembly and C compiler passes. Also doesn't - set STRIP to -s per defalt if defined. + set STRIP to -s per default if defined. bsd.own.mk is generally useful when building your own Makefiles so that they use the same default owners etc. as the rest of the tree. |