aboutsummaryrefslogtreecommitdiff
path: root/sbin/rcorder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rcorder/Makefile')
-rw-r--r--sbin/rcorder/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile
index b71aa4b83d37..dc48b4cae918 100644
--- a/sbin/rcorder/Makefile
+++ b/sbin/rcorder/Makefile
@@ -14,6 +14,8 @@ CFLAGS+= -DORDER -I.
SRCS+= util.h
CLEANFILES+= util.h
+NO_PIE= yes
+
util.h:
ln -sf ${.CURDIR}/../../lib/libutil/libutil.h ${.TARGET}