mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix typo.
Submitted by: Richard Wackerbarth <rkw@dataplex.net>
This commit is contained in:
parent
c292cf660e
commit
e461bad7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ SUBDIR!=cat ${SUBDIR_CHANGE}/${DIRPRFX}/subdirlist
|
|||
.endif
|
||||
|
||||
.if defined(SUBDIR_CHANGE) && !empty(SUBDIR_CHANGE) && \
|
||||
exists(${SUBDIR_CHANGE}/${DIRPRFX}/subdirlist)
|
||||
exists(${SUBDIR_CHANGE}/${DIRPRFX}/subdiradd)
|
||||
_SUBDIR_EXTRA!=cat ${SUBDIR_CHANGE}/${DIRPRFX}/subdiradd
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue