Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = delta_test
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
7 LDADD = -lz
9 NOMAN = yes
11 .include <bsd.regress.mk>