The branch main has been updated by jhb:

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

commit ee7258cfbb732da9bdca8ab87150fe66e66f2378
Author:     John Baldwin <[email protected]>
AuthorDate: 2026-07-29 18:38:22 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2026-07-29 18:38:22 +0000

    tools/tools/git: Add git-mfc to Makefile similar to git-arc
    
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D58531
---
 tools/tools/git/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/tools/git/Makefile b/tools/tools/git/Makefile
index 86c90b9fe77d..ee73ad178486 100644
--- a/tools/tools/git/Makefile
+++ b/tools/tools/git/Makefile
@@ -1,5 +1,5 @@
-SCRIPTS=       git-arc.sh
+SCRIPTS=       git-arc.sh git-mfc
 BINDIR?=       /usr/local/bin
-MAN=           git-arc.1
+MAN=           git-arc.1 git-mfc.1
 
 .include <bsd.prog.mk>

Reply via email to