netbsd/lib/libc/arch/powerpc/Makefile.inc
2013-04-06 16:48:33 +02:00

10 lines
221 B
Makefile

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