Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / atari / stand / Makefile.booters
bloba80e5dede05cf5793aeb5f9d600b9735ffa50e7e
1 # $NetBSD: Makefile.booters,v 1.1 2009/01/06 13:35:30 tsutsui Exp $
3 BINDIR=         /usr/mdec/${BTYPE:tl}
5 DBG=
6 COPTS=          -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce
8 CPPFLAGS+=      -D_STANDALONE -DHEAP_VARIABLE
9 CPPFLAGS+=       -D__daddr_t=int32_t
11 CFLAGS+=        -ffreestanding
12 CFLAGS+=        -Wall
13 CFLAGS+=        -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
15 .include <bsd.klinks.mk>