Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / sparc / stand / Makefile.inc
blob84eb5e0ff23a86c7c262006e8cfa08248ce9a3c9
1 #       $NetBSD: Makefile.inc,v 1.7.24.4 2005/11/10 13:59:17 skrll Exp $
3 .ifndef __INCLUDED_STAND_MAKEFILE_INC
4 __INCLUDED_STAND_MAKEFILE_INC=
6 BINDIR=         /usr/mdec
8 CPPFLAGS+=      -DSTANDALONE -I.
9 CFLAGS+=        -msoft-float -ffreestanding
11 .if ${MACHINE} == "sparc64"
12 CPPFLAGS+=      -DSUN4U
13 .endif
15 .endif