Module Name: src
Committed By: christos
Date: Sun May 29 16:12:31 UTC 2016
Modified Files:
src/distrib/common: Makefile.distrib
Log Message:
Don't build PIE binaries for install media
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/common/Makefile.distrib
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/common/Makefile.distrib
diff -u src/distrib/common/Makefile.distrib:1.11 src/distrib/common/Makefile.distrib:1.12
--- src/distrib/common/Makefile.distrib:1.11 Tue Jan 21 19:52:56 2014
+++ src/distrib/common/Makefile.distrib Sun May 29 12:12:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.distrib,v 1.11 2014/01/22 00:52:56 christos Exp $
+# $NetBSD: Makefile.distrib,v 1.12 2016/05/29 16:12:31 christos Exp $
#
# Makefile snippet to setup various make variables variables used in distrib/:
#
@@ -17,6 +17,7 @@
.if !defined(_MAKEFILE_DISTRIB_)
_MAKEFILE_DISTRIB_=1
+NOPIE=
.include <bsd.own.mk>
DISTRIBDIR= ${NETBSDSRCDIR}/distrib