Makefile.inc revision 1.9
11.9Smatt# $NetBSD: Makefile.inc,v 1.9 2009/12/14 01:07:41 matt Exp $ 21.5Sthorpej 31.7StsutsuiSRCS+= __sigaction14_sigtramp.c __sigtramp2.S 41.9Smatt 51.9SmattCPPFLAGS+= -I. 61.9SmattCPPFLAGS.assym.h+=-D__LIBC12_SOURCE__ 71.9Smatt 81.9Smatt.if ${MKSOFTFLOAT} != "no" 91.9Smatt.include <softfloat/Makefile.inc> 101.9SmattCPPFLAGS+= -DSOFTFLOAT_NEED_FIXUNS 111.9Smatt.endif 12