Makefile.inc revision 1.14
11.14Smatt# $NetBSD: Makefile.inc,v 1.14 2013/08/30 21:28:59 matt Exp $ 21.6Sthorpej 31.11SmattSRCS+= __sigaction14_sigtramp.c __sigtramp2.S 41.14SmattSRCS+= powerpc_initfini.c 51.12Smatt 61.13SmattCPPFLAGS+= -I. 71.3Ssimonb 81.8Ssimonb.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no") 91.3Ssimonb.include <softfloat/Makefile.inc> 101.3Ssimonb.endif 11