Hash : 079b2f65 Author : Date : 2018-09-08T16:56:10
Download
1 2 3 4 5 6 7 8 9 10 11
.PATH:${.CURDIR}/../../lib PROG = delta_test SRCS = delta.c error.c opentemp.c path.c inflate.c delta_test.c CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib LDADD = -lz NOMAN = yes .include <bsd.regress.mk>