git: 8af54bdfcaec - main - lastcomm(1): Only install if MK_ACCT is on

Emmanuel Vadot manu at FreeBSD.org
Sat Feb 6 19:42:21 UTC 2021


The branch main has been updated by manu:

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

commit 8af54bdfcaecf922f936a14d1d9efcf84076029f
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-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


More information about the dev-commits-src-all mailing list