1# $NetBSD: Makefile.booters,v 1.5 2016/09/17 18:09:24 christos Exp $
2
3NOPIE=    # defined
4NOSSP=    # defined
5BINDIR=             /usr/mdec/${BTYPE:tl}
6
7DBG=
8COPTS=              -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables
9
10CPPFLAGS+=          -D_STANDALONE -DHEAP_VARIABLE
11CPPFLAGS+=           -D__daddr_t=int32_t
12
13CFLAGS+=  -ffreestanding
14CFLAGS+=  -Wall
15CFLAGS+=  -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
16CFLAGS+=  -m68020-60
17
18.include <bsd.klinks.mk>
19