1 .PATH
:${.CURDIR
}/..
/..
/lib
4 SRCS
= delta.c error.c opentemp.c path.c inflate.c sha1.c delta_test.c
6 CPPFLAGS
= -I
${.CURDIR
}/..
/..
/include -I
${.CURDIR
}/..
/..
/lib
11 run-regress-delta_test
:
12 ${.OBJDIR
}/delta_test
-q
14 .
include <bsd.regress.mk
>