19 lines
374 B
Makefile
19 lines
374 B
Makefile
# $NetBSD: Makefile.booters,v 1.7 2011/10/11 13:07:06 tsutsui Exp $
|
|
|
|
S?= ${.CURDIR}/../../../..
|
|
|
|
CFLAGS+= -ffreestanding
|
|
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
|
|
CFLAGS+= -Wno-pointer-sign
|
|
CFLAGS+= -Werror
|
|
|
|
CPPFLAGS+= -D__daddr_t=int32_t
|
|
|
|
.include <bsd.klinks.mk>
|
|
|
|
# XXX SHOULD NOT NEED TO DEFINE THESE!
|
|
LIBCRT0=
|
|
LIBC=
|
|
LIBCRTBEGIN=
|
|
LIBCRTEND=
|