Index: projects/runtime-coverage/etc/mtree/BSD.coverage.dist =================================================================== --- projects/runtime-coverage/etc/mtree/BSD.coverage.dist (nonexistent) +++ projects/runtime-coverage/etc/mtree/BSD.coverage.dist (revision 321449) @@ -0,0 +1,62 @@ +# $FreeBSD$ +# +# Please see the file src/etc/mtree/README before making changes to this file. +# + +/set type=dir uname=root gname=wheel mode=0755 +. + cov + bin + .. + boot + kernel + .. + modules + .. + .. + lib + casper + .. + geom + .. + .. + libexec + .. + sbin + .. + usr + bin + .. + lib + clang + 5.0.0 + lib + freebsd + .. + .. + .. + .. + engines + .. + i18n + .. + .. + libexec + bsdinstall + .. + lpr + ru + .. + .. + sendmail + .. + sm.bin + .. + .. + sbin + .. + tests + .. + .. + .. +.. Property changes on: projects/runtime-coverage/etc/mtree/BSD.coverage.dist ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: projects/runtime-coverage/etc/mtree/Makefile =================================================================== --- projects/runtime-coverage/etc/mtree/Makefile (revision 321448) +++ projects/runtime-coverage/etc/mtree/Makefile (revision 321449) @@ -1,34 +1,35 @@ # $FreeBSD$ .include FILES= ${_BSD.debug.dist} \ + ${_BSD.coverage.dist} \ BSD.include.dist \ BSD.root.dist \ ${_BSD.lib32.dist} \ ${_BSD.libsoft.dist} \ ${_BSD.sendmail.dist} \ ${_BSD.tests.dist} \ BSD.usr.dist \ BSD.var.dist .if ${MK_DEBUG_FILES} != "no" _BSD.debug.dist= BSD.debug.dist .endif .if ${MK_LIB32} != "no" _BSD.lib32.dist= BSD.lib32.dist .endif .if ${MK_LIBSOFT} != "no" _BSD.libsoft.dist= BSD.libsoft.dist .endif .if ${MK_SENDMAIL} != "no" _BSD.sendmail.dist= BSD.sendmail.dist .endif .if ${MK_TESTS} != "no" _BSD.tests.dist= BSD.tests.dist .endif NO_OBJ= FILESDIR= /etc/mtree .include