diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
commit | 797209d767d2ab0f25d4df1b759273052ae7b6d4 (patch) | |
tree | 75b9c0126658bfd0f8c3a40cc52ce8056da937c4 /etc | |
parent | 5b89692b00a51ee27c4f004b3c954b0b123bf551 (diff) | |
download | FreeBSD-src-797209d767d2ab0f25d4df1b759273052ae7b6d4.zip FreeBSD-src-797209d767d2ab0f25d4df1b759273052ae7b6d4.tar.gz |
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
This is "make tinderbox" clean.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/mtree/BSD.tests.dist | 30 | ||||
-rw-r--r-- | etc/tests/Makefile | 10 |
3 files changed, 44 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index 55ecee9..6a5a56f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -7,6 +7,10 @@ SUBDIR= sendmail .endif +.if ${MK_TESTS} != "no" +SUBDIR+=tests +.endif + BIN1= crontab \ devd.conf \ devfs.conf \ diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 5035042..2f5b95f 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -50,6 +50,26 @@ test .. .. + cddl + lib + .. + sbin + .. + usr.bin + .. + usr.sbin + .. + .. + etc + .. + games + .. + gnu + lib + .. + usr.bin + .. + .. lib atf libatf-c @@ -80,6 +100,16 @@ mdconfig .. .. + secure + lib + .. + libexec + .. + usr.bin + .. + usr.sbin + .. + .. share examples tests diff --git a/etc/tests/Makefile b/etc/tests/Makefile new file mode 100644 index 0000000..5aacd5b --- /dev/null +++ b/etc/tests/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +TESTSDIR= ${TESTSBASE}/etc + +.PATH: ${.CURDIR:H:H}/tests +KYUAFILE= yes + +.include <bsd.test.mk> |