Makefile.inc revision 1.12
1# $NetBSD: Makefile.inc,v 1.12 2006/06/17 18:04:23 uwe Exp $ 2 3SRCS+= __sigaction14_sigtramp.c __sigtramp2.S 4 5.if ${MKSOFTFLOAT} != "no" 6CPPFLAGS+= -DSOFTLOFLOAT_NEED_FIXUNS -DSOFTFLOAT -DSOFTFLOATM68K_FOR_GCC 7. include <softfloat/Makefile.inc> 8.endif 9