1# $NetBSD: Makefile.inc,v 1.3 2009/11/27 13:50:29 pooka Exp $
2
3CFLAGS+=	-mno-red-zone
4
5# this should really be !(RUMPKERNEL && PIC)
6.if !defined(RUMPKERNEL)
7CFLAGS+=	-mcmodel=kernel -fno-omit-frame-pointer
8.endif
9
10USE_SSP?=	yes
11