git: 2142926f63d8 - stable/13 - lastcomm(1): Only install if MK_ACCT is on
Emmanuel Vadot
manu at FreeBSD.org
Fri Feb 19 18:14:17 UTC 2021
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=2142926f63d8d64924b6e7f7ed886de276fa9337
commit 2142926f63d8d64924b6e7f7ed886de276fa9337
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-02-06 19:41:39 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-02-19 18:01:48 +0000
lastcomm(1): Only install if MK_ACCT is on
MFC after: 3 days
(cherry picked from commit 8af54bdfcaecf922f936a14d1d9efcf84076029f)
---
usr.bin/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index c557d85b535c..fcc406d2efc5 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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
More information about the dev-commits-src-all
mailing list