Module Name:    src
Committed By:   matt
Date:           Thu Aug 22 00:13:00 UTC 2013

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

Log Message:
Add a missing KLINK_MACHINE= i386


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/i386/stand/bootxx/Makefile.bootxx

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/bootxx/Makefile.bootxx
diff -u src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.44 src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.45
--- src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.44	Wed Aug 21 08:15:19 2013
+++ src/sys/arch/i386/stand/bootxx/Makefile.bootxx	Thu Aug 22 00:13:00 2013
@@ -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 @@ ${PROG}: ${OBJS} ${LIBLIST}
 	fi
 
 .include <bsd.prog.mk>
+KLINK_MACHINE=	i386
 .include <bsd.klinks.mk>

Reply via email to