1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

Install BSD.tests.mtree when MK_TESTS is yes.

Problem found by jhb@.

Approved by:	rpaulo (mentor)
This commit is contained in:
Julio Merino 2013-11-16 19:41:04 +00:00
parent 04194e4f7d
commit 8496b1293a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258232

View File

@ -6,6 +6,7 @@ FILES= ${_BSD.debug.dist} \
BSD.include.dist \
BSD.root.dist \
${_BSD.sendmail.dist} \
${_BSD.tests.dist} \
BSD.usr.dist \
BSD.var.dist
@ -18,6 +19,9 @@ _BSD.groff.dist= BSD.groff.dist
.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