mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-19 02:50:34 -04:00
11 lines
187 B
Makefile
11 lines
187 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2011/10/26 15:57:26 chs Exp $
|
|
|
|
.if !defined(_POWERPC_MAKEFILE_INC)
|
|
_POWERPC_MAKEFILE_INC= yes
|
|
|
|
.if !defined(RUMPKERNEL)
|
|
CFLAGS+= -msoft-float
|
|
.endif
|
|
|
|
.endif
|