aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc/ofw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/powerpc/ofw/Makefile')
-rw-r--r--stand/powerpc/ofw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/powerpc/ofw/Makefile b/stand/powerpc/ofw/Makefile
index 35c9d4ae546f..3d191b3ffbb5 100644
--- a/stand/powerpc/ofw/Makefile
+++ b/stand/powerpc/ofw/Makefile
@@ -45,4 +45,6 @@ CFLAGS+= -I${BOOTSRC}/libofw
DPADD= ${LDR_INTERP} ${LIBOFW} ${LIBFDT} ${LIBSA}
LDADD= ${LDR_INTERP} ${LIBOFW} ${LIBFDT} ${LIBSA}
+MK_PIE= no
+
.include <bsd.prog.mk>