portable: release 0.86
[got-portable.git] / gotwebd / libexec / got-read-object / Makefile
blob97907ead0bd33b477aa7c06d62d666b9c00564ab
1 .include "../../../got-version.mk"
2 .include "../Makefile.inc"
4 PROG= got-read-object
5 SRCS= got-read-object.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
9 LDADD = -lutil -lz
10 DPADD = ${LIBZ} ${LIBUTIL}
11 LDSTATIC = ${STATIC}
13 .PATH: ${.CURDIR}/../../../lib ${.CURDIR}/../../../libexec/got-read-object
15 .include <bsd.prog.mk>