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