summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc/Makefile.inc
blob: bbe362e004c16a816a9b0090e24de6020dc620f6 (plain)
1
2
3
4
5
6
7
8
9
10
#	$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