mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Hook stat into the build
Fix a trailing ws nit while I'm here
This commit is contained in:
parent
dd3d071205
commit
d4d239ae67
1 changed files with 2 additions and 1 deletions
|
|
@ -146,6 +146,7 @@ SUBDIR= apply \
|
|||
sockstat \
|
||||
soelim \
|
||||
split \
|
||||
stat \
|
||||
su \
|
||||
symorder \
|
||||
systat \
|
||||
|
|
@ -221,7 +222,7 @@ SUBDIR+=perl
|
|||
.endif
|
||||
|
||||
.if !defined(NO_SENDMAIL)
|
||||
SUBDIR+=vacation
|
||||
SUBDIR+=vacation
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
|
|
|
|||
Loading…
Reference in a new issue