Makefile.inc revision 1.12
1#	$NetBSD: Makefile.inc,v 1.12 2011/01/16 02:43:10 matt Exp $
2
3SRCS+=		__sigaction14_sigtramp.c __sigtramp2.S
4
5CPPFLAGS+=	-I. -D_NOREGNAMES
6
7.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
8.include <softfloat/Makefile.inc>
9.endif
10