Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@

documented and implemented in other areas of the FreeBSD tree

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-04-27 07:00:34 +00:00
parent 1119ece4d3
commit 61f63dbbb1
4 changed files with 4 additions and 2 deletions

View File

@ -263,6 +263,10 @@ FILES+= routed
FILES+= sendmail
.endif
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.if ${MK_TIMED} != "no"
FILES+= timed
.endif

View File

@ -7,6 +7,4 @@ TESTSDIR= ${TESTSBASE}/etc
.PATH: ${.CURDIR:H:H}/tests
KYUAFILE= yes
TESTS_SUBDIRS+= rc.d
.include <bsd.test.mk>