aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/amq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/amq/Makefile')
-rw-r--r--usr.sbin/amd/amq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile
index 74fc7492f524..40257c308b98 100644
--- a/usr.sbin/amd/amq/Makefile
+++ b/usr.sbin/amd/amq/Makefile
@@ -17,4 +17,6 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
DPADD= ${LIBAMU}
LDADD= ${LIBAMU}
+NO_PIE= yes
+
.include <bsd.prog.mk>