mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
lastcomm(1): Only install if MK_ACCT is on
MFC after: 3 days
This commit is contained in:
parent
66c72859f6
commit
8af54bdfca
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ SUBDIR= alias \
|
|||
ktrace \
|
||||
ktrdump \
|
||||
lam \
|
||||
lastcomm \
|
||||
ldd \
|
||||
leave \
|
||||
less \
|
||||
|
|
@ -192,6 +191,7 @@ SUBDIR= alias \
|
|||
|
||||
# NB: keep these sorted by MK_* knobs
|
||||
|
||||
SUBDIR.${MK_ACCT}+= lastcomm
|
||||
SUBDIR.${MK_AT}+= at
|
||||
SUBDIR.${MK_ATM}+= atm
|
||||
SUBDIR.${MK_BLUETOOTH}+= bluetooth
|
||||
|
|
|
|||
Loading…
Reference in a new issue