From 8af54bdfcaecf922f936a14d1d9efcf84076029f Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Sat, 6 Feb 2021 20:41:39 +0100 Subject: [PATCH] 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 c557d85b535..fcc406d2efc 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