1 .PATH
:${.CURDIR
}/..
/..
/lib
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
12 run-regress-deltify_test
:
13 ${.OBJDIR
}/deltify_test
-q
15 .
include <bsd.regress.mk
>