Makefile.inc revision 1.11
1#	$NetBSD: Makefile.inc,v 1.11 2016/02/27 19:26:14 joerg Exp $
2
3.ifndef __INCLUDED_STAND_MAKEFILE_INC
4__INCLUDED_STAND_MAKEFILE_INC=
5
6BINDIR=		/usr/mdec
7
8CPPFLAGS+=	-DSTANDALONE -I.
9CFLAGS+=	-ffreestanding ${${ACTIVE_CC} == "gcc":? -msoft-float :}
10
11.if ${MACHINE} == "sparc64"
12CPPFLAGS+=	-DSUN4U
13.endif
14
15.endif
16