Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = delta_test
4 SRCS = delta.c error.c opentemp.c path.c zbuf.c delta_test.c
6 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
7 LDADD = -lz
8 DEBUG = -O0 -g
9 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
11 NOMAN = yes
13 .include <bsd.regress.mk>