No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / hp700 / stand / cdboot / Makefile
blob8a74824b0b74cca3918e3bf5a41dff919b268d7e
1 # $NetBSD: Makefile,v 1.1 2008/05/10 19:11:59 skrll Exp $
3 PROG= cdboot
4 PROGSOURCE= srt0.S cdboot.c conf.c
5 NEWVERSWHAT= "CD Boot"
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
16 WARNS= 2
18 .include "../Makefile.buildboot"