17 lines
342 B
Makefile
17 lines
342 B
Makefile
# $NetBSD: Makefile.booters,v 1.6 2011/04/11 15:20:30 tsutsui Exp $
|
|
|
|
S?= ${.CURDIR}/../../../..
|
|
|
|
CFLAGS+= -ffreestanding
|
|
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
|
|
CFLAGS+= -Wno-pointer-sign
|
|
CFLAGS+= -Werror
|
|
|
|
.include <bsd.klinks.mk>
|
|
|
|
# XXX SHOULD NOT NEED TO DEFINE THESE!
|
|
LIBCRT0=
|
|
LIBC=
|
|
LIBCRTBEGIN=
|
|
LIBCRTEND=
|