aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-07-29 18:38:22 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-07-29 18:38:22 +0000
commitee7258cfbb732da9bdca8ab87150fe66e66f2378 (patch)
treefc3e8ffb9a01f525842c40ba5ecf74744e81fb8f
parentec73badfbc2e08928d917924af491c07e1f39a09 (diff)
tools/tools/git: Add git-mfc to Makefile similar to git-arc
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D58531
-rw-r--r--tools/tools/git/Makefile4
1 files 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>