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:
Matthew D Fleming 2013-10-03 01:18:06 +00:00
parent be77ef1b5f
commit 7c168e960a
1 changed files with 2 additions and 2 deletions

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