mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# $NetBSD: Makefile.booters,v 1.8 2014/01/12 15:26:31 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=
|
|
LIBCRTI=
|
|
LIBC=
|
|
LIBCRTBEGIN=
|
|
LIBCRTEND=
|