summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/devices/grotty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grotty/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/devices/grotty/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grotty/Makefile b/gnu/usr.bin/groff/src/devices/grotty/Makefile
index d15ee8bf62319..78d6498c8060a 100644
--- a/gnu/usr.bin/groff/src/devices/grotty/Makefile
+++ b/gnu/usr.bin/groff/src/devices/grotty/Makefile
@@ -6,4 +6,6 @@ DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM}
LDADD= ${LIBDRIVER} ${LIBGROFF} -lm
CLEANFILES= ${MAN}
+NO_PIE= yes
+
.include <bsd.prog.mk>