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