Thu Jul 21 18:50:21 2016 UTC ()
add NOPIE


(christos)
diff -r1.8 -r1.9 src/sys/arch/newsmips/stand/Makefile.inc

cvs diff -r1.8 -r1.9 src/sys/arch/newsmips/stand/Makefile.inc (expand / switch to unified diff)

--- src/sys/arch/newsmips/stand/Makefile.inc 2014/01/12 15:26:30 1.8
+++ src/sys/arch/newsmips/stand/Makefile.inc 2016/07/21 18:50:21 1.9
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile.inc,v 1.8 2014/01/12 15:26:30 tsutsui Exp $ 1# $NetBSD: Makefile.inc,v 1.9 2016/07/21 18:50:21 christos Exp $
2 2
3BINDIR= /usr/mdec 3BINDIR= /usr/mdec
 4NOPIE=yes
4 5
5# if there is a 'version' file, add rule for vers.c and add it to SRCS 6# if there is a 'version' file, add rule for vers.c and add it to SRCS
6# and CLEANFILES 7# and CLEANFILES
7.if exists(version) 8.if exists(version)
8.PHONY: vers.c 9.PHONY: vers.c
9vers.c: version 10vers.c: version
10 ${_MKTARGET_CREATE} 11 ${_MKTARGET_CREATE}
11 ${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \ 12 ${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \
12 ${.CURDIR}/version ${MACHINE} 13 ${.CURDIR}/version ${MACHINE}
13SRCS+= vers.c 14SRCS+= vers.c
14CLEANFILES+= vers.c 15CLEANFILES+= vers.c
15.endif 16.endif
16 17