From 7afb8adff33d47f10a11368ff54bb2eec5b30165 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 18 May 2015 11:02:43 +0000 Subject: Move all test integration pieces for etc/ from etc/ to tests/ This is being done to fix breakage with make distribution with read-only source trees as make distribution doesn't use make obj like building tests/ does in all cases Reported by: Wolfgang Zenker Suggested by: jhb X-MFC with: r282059 MFC after: 1 week --- tests/etc/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/etc/Makefile (limited to 'tests/etc/Makefile') 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 + +TESTSDIR= ${TESTSBASE}/etc + +.PATH: ${.CURDIR:H} +KYUAFILE= yes + +SUBDIR+= rc.d + +.include -- cgit v1.2.3