Fix up typos from r255963 in mtree Makefile. BSD.debug.dist should be

iterated if present, and remove a stray .endif.

Approved by:	re (gjb)
This commit is contained in:
mdf 2013-10-03 01:18:06 +00:00
parent 960b6b30ed
commit 3839ce4080

View File

@ -2,13 +2,13 @@
.include <bsd.own.mk>
FILES= BSD.include.dist \
FILES= ${_BSD.debug.dist} \
BSD.include.dist \
BSD.root.dist \
${_BSD.sendmail.dist} \
BSD.usr.dist \
BSD.var.dist
.endif
.if ${MK_DEBUG_FILES} != "no"
_BSD.debug.dist= BSD.debug.dist
.endif