Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/bootxx Add a missing KLINK_MACHINE= i386



details:   https://anonhg.NetBSD.org/src/rev/9a22009e857a
branches:  trunk
changeset: 789555:9a22009e857a
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 22 00:13:00 2013 +0000

description:
Add a missing KLINK_MACHINE= i386

diffstat:

 sys/arch/i386/stand/bootxx/Makefile.bootxx |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r d245027e7c7c -r 9a22009e857a sys/arch/i386/stand/bootxx/Makefile.bootxx
--- a/sys/arch/i386/stand/bootxx/Makefile.bootxx        Wed Aug 21 22:52:28 2013 +0000
+++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx        Thu Aug 22 00:13:00 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.44 2013/08/21 08:15:19 matt Exp $
+# $NetBSD: Makefile.bootxx,v 1.45 2013/08/22 00:13:00 matt Exp $
 
 S=     ${.CURDIR}/../../../../..
 
@@ -138,4 +138,5 @@
        fi
 
 .include <bsd.prog.mk>
+KLINK_MACHINE= i386
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index