summaryrefslogtreecommitdiff
path: root/sys/boot/pc98/btx/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/btx/lib/Makefile')
-rw-r--r--sys/boot/pc98/btx/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile
index e5876bc1371d7..9e2b8c6f5d12d 100644
--- a/sys/boot/pc98/btx/lib/Makefile
+++ b/sys/boot/pc98/btx/lib/Makefile
@@ -7,4 +7,6 @@ SRCS= btxcsu.S btxsys.s btxv86.s
CFLAGS+=-I${.CURDIR}/../../../i386/common
LDFLAGS=-Wl,-r
+NO_PIE= yes
+
.include <bsd.prog.mk>