mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-31 16:57:19 -04:00
10 lines
221 B
Makefile
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
|