netbsd/lib/libc/arch/powerpc/Makefile.inc
2014-01-15 10:53:42 +01:00

11 lines
248 B
Makefile

# $NetBSD: Makefile.inc,v 1.14 2013/08/30 21:28:59 matt Exp $
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
SRCS+= powerpc_initfini.c
CPPFLAGS+= -I.
.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
.include <softfloat/Makefile.inc>
.endif