#       $NetBSD: Makefile.booters,v 1.10 2016/09/17 18:08:33 christos Exp $

NOPIE=  # defined
NOSSP=  # defined
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=