mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
be77ef1b5f
commit
7c168e960a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue