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