summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-09-29 20:20:17 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-09-29 20:20:17 +0000
commit81de6261a0d3cc160f184124a6cb3beb1866e265 (patch)
tree445cb5852562b9147a8a4dbf1bc7fc71d2125a4d /sys/boot/i386
parentf41ea6ee6577eed305ea23d397eec77a00b571f7 (diff)
downloadFreeBSD-src-81de6261a0d3cc160f184124a6cb3beb1866e265.zip
FreeBSD-src-81de6261a0d3cc160f184124a6cb3beb1866e265.tar.gz
Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob
WITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in their make.conf. Ports now use this knob. make[7]: "/usr/src/share/mk/bsd.own.mk" line 466: WITH_SSP and WITHOUT_SSP can't both be set. This is similar to previous cleanup done in r188895 Approved by: bapt Reviewed by: jlh (earlier version) Approved by: re (marius) MFC after: 1 week
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/efi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/efi/Makefile b/sys/boot/i386/efi/Makefile
index 25df59b..8e3e776 100644
--- a/sys/boot/i386/efi/Makefile
+++ b/sys/boot/i386/efi/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
NO_MAN=
-WITHOUT_SSP=
BUILDING_EFI=
.include <bsd.own.mk>
+MK_SSP= no
PROG= loader.sym
INTERNALPROG=
OpenPOWER on IntegriCloud