aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-10-10 12:46:26 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-10-10 12:46:26 +0000
commit2bab2169468a03921f126fcbbcf1e1ce9070e82c (patch)
treee90ac1a7e5b7b79976a472101519fcbfcf5a8c09 /sys/boot
parent644300167d0676d23a36b0448ff569423f40b8a4 (diff)
Notes
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 943de1190812..bfeb077834ba 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 a194982462bc..a75775c842bf 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 d836a0f53401..a5f5ba28b4de 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 24d89b7f5760..69674613ce08 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 bc0a30982737..3274313fc3bf 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