Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2013/06/27 21:24:39 matt Exp $
2
3CPPFLAGS+=	-I${ARCHDIR}
4.if (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
5CPPFLAGS+=      -DHAVE_INITFINI_ARRAY
6.endif
7