Makefile.inc revision 1.17
11.17Schristos# $NetBSD: Makefile.inc,v 1.17 2016/03/13 17:48:53 christos Exp $ 21.17Schristos 31.17SchristosNOSSP= 41.17SchristosNOFORTIFY= 51.17SchristosNOPIE= 61.17SchristosNODEBUG= 71.16Smatt 81.16Smatt.include <bsd.klinks.mk> 91.1Sragge 101.13SraggeRELOC=0x3f0000 111.2Sabs.PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common 121.1Sragge 131.8SmattCPPFLAGS+=-I. 141.8SmattCPPFLAGS+=-I${.CURDIR}/../../../../ 151.8SmattCPPFLAGS+=-I${.CURDIR}/../../ 161.8SmattCPPFLAGS+=-I${.CURDIR}/../common 171.8SmattCPPFLAGS+=-I${.CURDIR}/../../include 181.5SraggeCPPFLAGS+=-DRELOC=${RELOC} 191.16SmattCPPFLAGS+=-D_STANDALONE 201.7Smatt 211.8SmattWARNS?= 1 221.15SjoergCFLAGS+=-ffreestanding -fno-pic -fno-unwind-tables 231.14SmattAFLAGS+=-fno-pic 241.8Smatt 251.8SmattMKMAN=no 261.8Smatt 271.12SmattLIBCRTBEGIN= 281.12SmattLIBCRTEND= 29