git_chroot

Create chroot for git-daemon(1)
Log | Files | Refs | README

commit bf13f345b933d7339910317a0e2a4c5a7d6763df
parent 4dfa4bd2b62794678c04a920d07148e4ee69f533
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 30 Apr 2022 22:31:27 +0000

add html.mk compatibility

Diffstat:
AMakefile | 7+++++++
Alogo.png | 0
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,7 @@ +CP_OBJ += logo.png gitdaemon_chroot.sh +SRCS = + + +.include "../style.mk" +.include "../../site.mk" +.include <bsd.html.mk> diff --git a/logo.png b/logo.png Binary files differ.