aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-02-15 01:57:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-02-15 02:12:44 +0000
commite8dbf2b6df199526a660f81de07d17925cfd8518 (patch)
treecd0c09449bea5df56ef67059e797737d70587070 /compat/Makefile
parent56a7ce8416d181a2060d7a428aed9c3c6a431e6d (diff)
Diffstat (limited to 'compat/Makefile')
-rw-r--r--compat/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile
new file mode 100644
index 000000000000..8bd2100560a4
--- /dev/null
+++ b/compat/Makefile
@@ -0,0 +1,7 @@
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/compat
+
+TESTS_SUBDIRS= linux
+
+.include <bsd.test.mk>