aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpq/Makefile')
-rw-r--r--usr.sbin/lpr/lpq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile
index 4df437e06c32..1c2504b899e5 100644
--- a/usr.sbin/lpr/lpq/Makefile
+++ b/usr.sbin/lpr/lpq/Makefile
@@ -13,4 +13,6 @@ CFLAGS+= -I${.CURDIR}/../common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
+NO_PIE= yes
+
.include <bsd.prog.mk>