portable: include sha{1,2} portably
[got-portable.git] / regress / deltify / Makefile
blobf842e2c2c6f4297790ef648c442b81054653f1cb
1 .PATH:${.CURDIR}/../../lib
3 PROG = deltify_test
4 SRCS = deltify.c error.c opentemp.c hash.c deltify_test.c murmurhash2.c \
5 object_parse.c inflate.c path.c pollfd.c object_qid.c
7 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
8 LDADD = -lz
10 NOMAN = yes
12 run-regress-deltify_test:
13 ${.OBJDIR}/deltify_test -q
15 .include <bsd.regress.mk>