NetBSD/sys/arch/sparc/stand/Makefile.inc

16 lines
264 B
PHP
Raw Normal View History

2000-08-20 18:57:16 +04:00
# $NetBSD: Makefile.inc,v 1.7 2000/08/20 14:57:16 mrg Exp $
.ifndef __INCLUDED_STAND_MAKEFILE_INC
__INCLUDED_STAND_MAKEFILE_INC=
BINDIR= /usr/mdec
1995-10-01 00:43:35 +03:00
2000-08-20 18:57:16 +04:00
.if ${MACHINE} == "sparc64"
CPPFLAGS+= -DSTANDALONE -DSUN4U
CPPFLAGS+= -I.
CFLAGS+= -msoft-float
.endif
.endif