16 lines
381 B
Makefile
16 lines
381 B
Makefile
# $NetBSD: Makefile.booters,v 1.2 2009/03/15 11:45:30 tsutsui Exp $
|
|
|
|
BINDIR= /usr/mdec/${BTYPE:tl}
|
|
|
|
DBG=
|
|
COPTS= -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce
|
|
|
|
CPPFLAGS+= -D_STANDALONE -DHEAP_VARIABLE
|
|
CPPFLAGS+= -D__daddr_t=int32_t
|
|
|
|
CFLAGS+= -ffreestanding
|
|
CFLAGS+= -Wall
|
|
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
|
|
|
|
.include <bsd.klinks.mk>
|