The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8af54bdfcaecf922f936a14d1d9efcf84076029f

commit 8af54bdfcaecf922f936a14d1d9efcf84076029f
Author:     Emmanuel Vadot <m...@freebsd.org>
AuthorDate: 2021-02-06 19:41:39 +0000
Commit:     Emmanuel Vadot <m...@freebsd.org>
CommitDate: 2021-02-06 19:41:39 +0000

    lastcomm(1): Only install if MK_ACCT is on
    
    MFC after:      3 days
---
 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
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to