summaryrefslogtreecommitdiffstats
path: root/sys/boot
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
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')
-rw-r--r--sys/boot/i386/efi/Makefile2
-rw-r--r--sys/boot/powerpc/boot1.chrp/Makefile2
-rw-r--r--sys/boot/userboot/libstand/Makefile2
-rw-r--r--sys/boot/userboot/test/Makefile2
-rw-r--r--sys/boot/userboot/userboot/Makefile2
5 files changed, 5 insertions, 5 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=
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile
index 943d146..10e6368 100644
--- a/sys/boot/powerpc/boot1.chrp/Makefile
+++ b/sys/boot/powerpc/boot1.chrp/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-WITHOUT_SSP=
+SSP_CFLAGS=
PROG= boot1.elf
NEWVERSWHAT= "Open Firmware boot block" ${MACHINE_ARCH}
diff --git a/sys/boot/userboot/libstand/Makefile b/sys/boot/userboot/libstand/Makefile
index 49c6bfb..76af4b9 100644
--- a/sys/boot/userboot/libstand/Makefile
+++ b/sys/boot/userboot/libstand/Makefile
@@ -6,10 +6,10 @@
# quite large.
#
-WITHOUT_SSP=
NO_MAN=
.include <bsd.own.mk>
+MK_SSP= no
S= ${.CURDIR}/../../../../lib/libstand
diff --git a/sys/boot/userboot/test/Makefile b/sys/boot/userboot/test/Makefile
index 24d89b7..6967461 100644
--- a/sys/boot/userboot/test/Makefile
+++ b/sys/boot/userboot/test/Makefile
@@ -2,9 +2,9 @@
NO_MAN=
-WITHOUT_SSP=
.include <bsd.own.mk>
+MK_SSP= no
PROG= test
INTERNALPROG=
diff --git a/sys/boot/userboot/userboot/Makefile b/sys/boot/userboot/userboot/Makefile
index a4bec5c..1df1f30 100644
--- a/sys/boot/userboot/userboot/Makefile
+++ b/sys/boot/userboot/userboot/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
NO_MAN=
-WITHOUT_SSP=
.include <bsd.own.mk>
+MK_SSP= no
SHLIB_NAME= userboot.so
NO_CTF= yes
OpenPOWER on IntegriCloud