1 .PATH:${.CURDIR}/../lib
4 SRCS= got.c blame.c commit_graph.c delta.c diff.c diffoffset.c \
5 diffreg.c error.c fileindex.c object.c object_cache.c \
6 object_idset.c object_parse.c opentemp.c path.c pack.c \
7 privsep.c reference.c repository.c sha1.c worktree.c \
8 inflate.c buf.c worklist.c rcsutil.c diff3.c lockfile.c
10 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib \
11 -DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}
13 DPADD = ${LIBZ} ${LIBUTIL}
15 # For now, default to installing binary in ~/bin
18 ${INSTALL} ${INSTALL_COPY} -o ${USER} -g ${GROUP} \
19 -m ${BINMODE} ${PROG} ${HOME}/bin/${PROG}
21 # Don't install man pages yet
24 .include <bsd.prog.mk>