Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / vax / boot / Makefile.inc
blob433961337794540814833db2c566fb16ddde743d
1 #       $NetBSD: Makefile.inc,v 1.13 2007/03/13 17:54:07 ragge Exp $
3 RELOC=0x3f0000
4 .PATH:  ${.CURDIR}/../../vax ${.CURDIR}/../common
6 CPPFLAGS+=-I.
7 CPPFLAGS+=-I${.CURDIR}/../../../../
8 CPPFLAGS+=-I${.CURDIR}/../../
9 CPPFLAGS+=-I${.CURDIR}/../common
10 CPPFLAGS+=-I${.CURDIR}/../../include
11 CPPFLAGS+=-DRELOC=${RELOC}
13 WARNS?= 1
14 CFLAGS+=-ffreestanding -fno-pic
15 AFLAGS+=-fno-pic
17 MKMAN=no
19 LIBCRTBEGIN=
20 LIBCRTEND=  
22 .if ${MACHINE} == "vax"
23 .PHONY: machine-links
24 beforedepend: machine-links
25 machine-links:
26         @rm -f machine && ln -s ${S}/arch/${MACHINE}/include machine
27         @rm -f ${MACHINE_ARCH} && ln -s ${S}/arch/${MACHINE_ARCH}/include ${MACHINE_ARCH}
28 .NOPATH: machine ${MACHINE_ARCH}
29 CLEANFILES+= machine ${MACHINE_ARCH}
30 .endif