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:
parent
1119ece4d3
commit
61f63dbbb1
@ -263,6 +263,10 @@ FILES+= routed
|
||||
FILES+= sendmail
|
||||
.endif
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
SUBDIR+= tests
|
||||
.endif
|
||||
|
||||
.if ${MK_TIMED} != "no"
|
||||
FILES+= timed
|
||||
.endif
|
||||
|
@ -7,6 +7,4 @@ TESTSDIR= ${TESTSBASE}/etc
|
||||
.PATH: ${.CURDIR:H:H}/tests
|
||||
KYUAFILE= yes
|
||||
|
||||
TESTS_SUBDIRS+= rc.d
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user