Makefile.inc revision 1.13
1# $NetBSD: Makefile.inc,v 1.13 2016/05/19 15:41:18 christos Exp $ 2 3.ifndef __INCLUDED_STAND_MAKEFILE_INC 4__INCLUDED_STAND_MAKEFILE_INC= 5 6.include <bsd.own.mk> 7 8BINDIR= /usr/mdec 9NOPIE= yes 10 11CPPFLAGS+= -DSTANDALONE -I. 12CFLAGS+= -ffreestanding ${${ACTIVE_CC} == "gcc":? -msoft-float :} 13 14.if ${MACHINE} == "sparc64" 15CPPFLAGS+= -DSUN4U 16.endif 17 18.endif 19