fix failure of gotwebd action_patch test on single-digit days of the month
[got-portable.git] / gotwebd / libexec / got-read-commit / Makefile
blobf45137c3ce56dbaadeaf0a5f0ffffd3b4204668c
1 .include "../../../got-version.mk"
2 .include "../Makefile.inc"
4 PROG= got-read-commit
5 SRCS= got-read-commit.c error.c inflate.c object_parse.c \
6 path.c privsep.c hash.c pollfd.c object_qid.c
8 CPPFLAGS = -I${.CURDIR}/../../../include -I${.CURDIR}/../../../lib
9 LDADD = -lutil -lz
10 DPADD = ${LIBZ} ${LIBUTIL}
11 LDSTATIC = ${STATIC}
13 .PATH: ${.CURDIR}/../../../lib ${.CURDIR}/../../../libexec/got-read-commit
15 .include <bsd.prog.mk>