diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-07-29 18:38:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-07-29 18:38:22 +0000 |
| commit | ee7258cfbb732da9bdca8ab87150fe66e66f2378 (patch) | |
| tree | fc3e8ffb9a01f525842c40ba5ecf74744e81fb8f | |
| parent | ec73badfbc2e08928d917924af491c07e1f39a09 (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/Makefile | 4 |
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> |
