aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/common/Makefile')
-rw-r--r--tests/sys/common/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/common/Makefile b/tests/sys/common/Makefile
index 269aa9d52f9a..e42e9537f1a8 100644
--- a/tests/sys/common/Makefile
+++ b/tests/sys/common/Makefile
@@ -9,4 +9,8 @@ ${PACKAGE}FILESMODE_divert.py=0555
${PACKAGE}FILESMODE_sender.py=0555
${PACKAGE}FILESMODE_net_receiver.py=0555
+BINDIR= ${TESTSDIR}
+PROGS+= sendfile_helper
+LIBADD.sendfile_helper+= pthread
+
.include <bsd.test.mk>