aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
Diffstat (limited to 'stand')
-rw-r--r--stand/i386/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/stand/i386/Makefile.inc b/stand/i386/Makefile.inc
index 788365bbdf30..3f0ae158ceb6 100644
--- a/stand/i386/Makefile.inc
+++ b/stand/i386/Makefile.inc
@@ -2,13 +2,9 @@
#
# $FreeBSD$
-.sinclude <bsd.linker.mk>
-
LOADER_ADDRESS?=0x200000
LDFLAGS+= -nostdlib
-.if defined(LINKER_TYPE) && ${LINKER_TYPE} == "lld"
-LDFLAGS+= -Wl,--no-rosegment
-.endif
+LDFLAGS.lld+= -Wl,--no-rosegment
# BTX components
BTXDIR= ${BOOTOBJ}/i386/btx