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:
parent
960b6b30ed
commit
3839ce4080
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user