diff options
Diffstat (limited to 'gnu/usr.bin/texinfo/texindex/Makefile')
| -rw-r--r-- | gnu/usr.bin/texinfo/texindex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile index 91c2dfc14e30..796d627dd92c 100644 --- a/gnu/usr.bin/texinfo/texindex/Makefile +++ b/gnu/usr.bin/texinfo/texindex/Makefile @@ -5,6 +5,8 @@ PROG= texindex DPADD= ${LIBTXI} LDADD= ${LIBTXI} +NO_PIE= yes + .include <bsd.prog.mk> .PATH: ${TXIDIR}/util ${TXIDIR}/doc |
