1 .
include "../../../got-version.mk"
2 .
include "../Makefile.inc"
5 SRCS
= got-read-commit.c error.c inflate.c object_parse.c \
6 path.c privsep.c hash.c pollfd.c
8 CPPFLAGS
= -I
${.CURDIR
}/..
/..
/..
/include -I
${.CURDIR
}/..
/..
/..
/lib
10 DPADD
= ${LIBZ} ${LIBUTIL}
13 .PATH
: ${.CURDIR
}/..
/..
/..
/lib
${.CURDIR
}/..
/..
/..
/libexec
/got-read-commit
15 .
include <bsd.prog.mk
>