1 # $NetBSD: Makefile,v 1.1 2008/05/10 19:11:59 skrll Exp $
4 PROGSOURCE
= srt0.S cdboot.c conf.c
7 CLEANFILES
+= boot.gdb boot.map
9 # IODC can handle only 2GB, and need not to use 64bit integer
10 CPPFLAGS
+= -D__daddr_t
=int32_t
12 #CPPFLAGS+= -DDEBUGBUG
13 #CPPFLAGS+= -DPDCDEBUG
14 #CPPFLAGS+= -DEXEC_DEBUG
15 CPPFLAGS
+= -Wmissing-prototypes
-Wstrict-prototypes
18 .
include "../Makefile.buildboot"