Tue Jun 7 20:05:46 2011 UTC ()
Catch up with addition of putstr32.S.


(joerg)
diff -r1.33 -r1.34 src/sys/arch/i386/stand/lib/Makefile

cvs diff -r1.33 -r1.34 src/sys/arch/i386/stand/lib/Makefile (expand / switch to context diff)
--- src/sys/arch/i386/stand/lib/Makefile 2011/06/02 18:53:00 1.33
+++ src/sys/arch/i386/stand/lib/Makefile 2011/06/07 20:05:46 1.34
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.33 2011/06/02 18:53:00 dsl Exp $
+#	$NetBSD: Makefile,v 1.34 2011/06/07 20:05:46 joerg Exp $
 
 S?=	${.CURDIR}/../../../..
 
@@ -31,6 +31,7 @@
 AFLAGS.message32.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 AFLAGS.pvcopy.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 AFLAGS.putstr.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
+AFLAGS.putstr32.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 AFLAGS.realprot.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 
 CPPFLAGS= -I$S/lib/libsa ${I386CPPFLAGS} ${I386MISCCPPFLAGS}