summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/mbr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/mbr/Makefile')
-rw-r--r--sys/arch/i386/stand/mbr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile
index 60ec96c73aa..11f28b15130 100644
--- a/sys/arch/i386/stand/mbr/Makefile
+++ b/sys/arch/i386/stand/mbr/Makefile
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.15 2012/08/21 14:46:18 pascal Exp $
+# $OpenBSD: Makefile,v 1.16 2012/08/29 22:23:08 pascal Exp $
#
PROG= mbr
SRCS= mbr.S
AFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a
-AFLAGS+=${NOPIE_FLAGS}
+AFLAGS+=-fno-pie
LD=ld
-LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic -e start
+LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic -e start -nopie
NOMAN=
#MAN+= mbr.8