Makefile.inc revision 1.1
1#	$NetBSD: Makefile.inc,v 1.1 2014/09/19 17:36:25 matt Exp $
2
3SRCS+=		__sigaction14_sigtramp.c __sigtramp2.S
4
5CPPFLAGS+=	-I.
6
7.if ${MKSOFTFLOAT} != "no"
8.include <softfloat/Makefile.inc>
9.endif
10