Module Name:    src
Committed By:   matt
Date:           Wed Aug 21 15:24:27 UTC 2013

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

Log Message:
Set KLINK_MACHINE


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/i386/stand/Makefile.booters

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/Makefile.booters
diff -u src/sys/arch/i386/stand/Makefile.booters:1.87 src/sys/arch/i386/stand/Makefile.booters:1.88
--- src/sys/arch/i386/stand/Makefile.booters:1.87	Wed Aug 21 08:15:19 2013
+++ src/sys/arch/i386/stand/Makefile.booters	Wed Aug 21 15:24:27 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.booters,v 1.87 2013/08/21 08:15:19 matt Exp $
+#	$NetBSD: Makefile.booters,v 1.88 2013/08/21 15:24:27 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -113,4 +113,5 @@ ${BASE}.bin: ${STARTFILE} ${OBJS} ${LIBS
 	${OBJCOPY} -O binary ${BASE}.sym ${BASE}.bin
 
 .include <bsd.prog.mk>
+KLINK_MACHINE=	i386
 .include <bsd.klinks.mk>

Reply via email to