diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2015-05-18 11:02:43 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2015-05-18 11:02:43 +0000 |
commit | 7afb8adff33d47f10a11368ff54bb2eec5b30165 (patch) | |
tree | 9d6c17d6cbfe4d594075538ec3b88223a2a5b33c /tests/etc/Makefile | |
parent | 17b87604456dab26f4787453cdb98534ce0809f9 (diff) | |
download | src-7afb8adff33d47f10a11368ff54bb2eec5b30165.tar.gz src-7afb8adff33d47f10a11368ff54bb2eec5b30165.zip |
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 <wolfgang@lyxys.ka.sub.org>
Suggested by: jhb
X-MFC with: r282059
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=283056
Diffstat (limited to 'tests/etc/Makefile')
-rw-r--r-- | tests/etc/Makefile | 12 |
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> |