# $NetBSD: Makefile.booters,v 1.4 2013/08/12 16:34:05 joerg Exp $ BINDIR= /usr/mdec/${BTYPE:tl} DBG= COPTS= -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables CPPFLAGS+= -D_STANDALONE -DHEAP_VARIABLE CPPFLAGS+= -D__daddr_t=int32_t CFLAGS+= -ffreestanding CFLAGS+= -Wall CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith CFLAGS+= -m68020-60 .include