1 # $NetBSD: Makefile.booters,v 1.7 2011/10/11 13:07:06 tsutsui Exp $ 2 3 S?= ${.CURDIR}/../../../.. 4 5 CFLAGS+= -ffreestanding 6 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith 7 CFLAGS+= -Wno-pointer-sign 8 CFLAGS+= -Werror 9 10 CPPFLAGS+= -D__daddr_t=int32_t 11 12 .include <bsd.klinks.mk> 13 14 # XXX SHOULD NOT NEED TO DEFINE THESE! 15 LIBCRT0= 16 LIBC= 17 LIBCRTBEGIN= 18 LIBCRTEND= 19