Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Fixed a typo



details:   https://anonhg.NetBSD.org/src/rev/4c9eb141758f
branches:  trunk
changeset: 789005:4c9eb141758f
user:      adam <adam%NetBSD.org@localhost>
date:      Sat Aug 03 19:31:26 2013 +0000

description:
Fixed a typo

diffstat:

 share/mk/bsd.README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 862d0d67e854 -r 4c9eb141758f share/mk/bsd.README
--- a/share/mk/bsd.README       Sat Aug 03 18:35:31 2013 +0000
+++ b/share/mk/bsd.README       Sat Aug 03 19:31:26 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.318 2013/06/02 11:02:40 mbalmer Exp $
+#      $NetBSD: bsd.README,v 1.319 2013/08/03 19:31:26 adam Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -352,7 +352,7 @@
                infrastructure (libraries and support programs).
                Default: yes
 
-MKSLJIT                If "no", disables buildin of sljit (stack-less platform
+MKSLJIT                If "no", disables building of sljit (stack-less platform
                independent JIT compiler) private library and tests.
                Default: yes on amd64, i386 and sparc, no elsewhere.
 



Home | Main Index | Thread Index | Old Index