add more info about the test suite to README.portable
[got-portable.git] / gotwebd / libexec / got-read-tree / Makefile
blob497d2ff1cd06d53bcc607653bb658219cd8ea982
1 .include "../../../got-version.mk"
2 .include "../Makefile.inc"
4 PROG= got-read-tree
5 SRCS= got-read-tree.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-tree
15 .include <bsd.prog.mk>