Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / x68k / stand / Makefile.booters
blobeb1f510d1ba197b5381b57d99d16a238732970b9
1 #       $NetBSD: Makefile.booters,v 1.4 2005/12/11 12:19:44 christos Exp $
3 S?=     ${.CURDIR}/../../../..
5 CFLAGS+= -ffreestanding
6 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
7 CFLAGS+= -Wno-pointer-sign
8 CFLAGS+= -Werror
10 .if !make(obj) && !make(clean) && !make(cleandir)
11 .NOPATH: machine ${MACHINE_ARCH}
12 .BEGIN: machine ${MACHINE_ARCH}
14 machine::
15         -rm -f machine && \
16         ln -s $S/arch/${MACHINE}/include machine
18 m68k::
19         -rm -f ${MACHINE_ARCH} && \
20         ln -s $S/arch/${MACHINE_ARCH}/include ${MACHINE_ARCH}
21 .endif
23 CLEANFILES+=    machine ${MACHINE_ARCH}
26 # XXX SHOULD NOT NEED TO DEFINE THESE!
27 LIBCRT0=
28 LIBC=
29 LIBCRTBEGIN=
30 LIBCRTEND=