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