summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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