Catch up with addition of putstr32.S.

This commit is contained in:
joerg 2011-06-07 20:05:46 +00:00
parent cbfa018ce3
commit b7a1edf1d5
1 changed files with 2 additions and 1 deletions

View File

@ -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.message.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
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}