aboutsummaryrefslogtreecommitdiff
path: root/tests/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/etc/Makefile')
-rw-r--r--tests/etc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/etc/Makefile b/tests/etc/Makefile
new file mode 100644
index 000000000000..9aad25c06395
--- /dev/null
+++ b/tests/etc/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/etc
+
+.PATH: ${.CURDIR:H}
+KYUAFILE= yes
+
+SUBDIR+= rc.d
+
+.include <bsd.test.mk>