Module Name:    src
Committed By:   matt
Date:           Wed Aug 21 17:15:26 UTC 2013

Modified Files:
        src/sys/arch/i386/stand/boot: Makefile.boot

Log Message:
Add KLINK_MACHINE= i386


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/i386/stand/boot/Makefile.boot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.59 src/sys/arch/i386/stand/boot/Makefile.boot:1.60
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.59	Wed Aug 21 08:15:19 2013
+++ src/sys/arch/i386/stand/boot/Makefile.boot	Wed Aug 21 17:15:26 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.59 2013/08/21 08:15:19 matt Exp $
+# $NetBSD: Makefile.boot,v 1.60 2013/08/21 17:15:26 matt Exp $
 
 S=	${.CURDIR}/../../../../..
 
@@ -153,4 +153,5 @@ ${PROG}: ${OBJS} ${LIBLIST} ${.CURDIR}/.
 	${OBJCOPY} -O binary ${PROG}.syms ${PROG}
 
 .include <bsd.prog.mk>
+KLINK_MACHINE=	i386
 .include <bsd.klinks.mk>

Reply via email to