summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-02-21 15:04:31 +0000
committerru <ru@FreeBSD.org>2009-02-21 15:04:31 +0000
commit21f7074adead943a0dc3cef015c11ab5e77c3f67 (patch)
tree11c7670bed757ae772443084cab74e8ca7e3f130 /sys/boot/ia64
parent1631f0aa0ab88c016fb58469d9a616a487937c15 (diff)
downloadFreeBSD-src-21f7074adead943a0dc3cef015c11ab5e77c3f67.zip
FreeBSD-src-21f7074adead943a0dc3cef015c11ab5e77c3f67.tar.gz
Fix build when WITH_SSP is set explicitly.
Submitted by: Jeremie Le Hen
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/common/Makefile3
-rw-r--r--sys/boot/ia64/efi/Makefile2
-rw-r--r--sys/boot/ia64/ski/Makefile2
3 files changed, 3 insertions, 4 deletions
diff --git a/sys/boot/ia64/common/Makefile b/sys/boot/ia64/common/Makefile
index d36c550..8261c25 100644
--- a/sys/boot/ia64/common/Makefile
+++ b/sys/boot/ia64/common/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
-WITHOUT_SSP=
-
.include <bsd.own.mk>
+MK_SSP= no
LIB= ia64
INTERNALLIB=
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 5c7fda5..5682ac8 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
NO_MAN=
-WITHOUT_SSP=
.include <bsd.own.mk>
+MK_SSP= no
PROG= loader.sym
INTERNALPROG=
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 76498d3..081fd72 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
NO_MAN=
-WITHOUT_SSP=
.include <bsd.own.mk>
+MK_SSP= no
PROG= skiload
STRIP= # We must not strip skiload at install time.
OpenPOWER on IntegriCloud