The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=2142926f63d8d64924b6e7f7ed886de276fa9337
commit 2142926f63d8d64924b6e7f7ed886de276fa9337 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-02-06 19:41:39 +0000 Commit: Emmanuel Vadot <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
