1# $NetBSD: Makefile.booters,v 1.10 2016/09/17 18:08:33 christos Exp $ 2 3NOPIE= # defined 4NOSSP= # defined 5S?= ${.CURDIR}/../../../.. 6 7CFLAGS+= -ffreestanding 8CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith 9CFLAGS+= -Wno-pointer-sign 10CFLAGS+= -Werror 11 12CPPFLAGS+= -D__daddr_t=int32_t 13 14.include <bsd.klinks.mk> 15 16# XXX SHOULD NOT NEED TO DEFINE THESE! 17LIBCRT0= 18LIBCRTI= 19LIBC= 20LIBCRTBEGIN= 21LIBCRTEND= 22