Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 19:42:21 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8af54bdfcaec - main - lastcomm(1): Only install if MK_ACCT is on
Message-ID:  <202102061942.116JgLMC050772@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 8af54bdfcaecf922f936a14d1d9efcf84076029f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-02-06 19:41:39 +0000
Commit:     Emmanuel Vadot <manu@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102061942.116JgLMC050772>