Hash :
511a516b
Author :
Date :
2018-05-19T16:57:12
.PATH:${.CURDIR}/../../lib
PROG = delta_test
SRCS = delta.c error.c opentemp.c path.c zbuf.c delta_test.c
CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
LDADD = -lz
DEBUG = -O0 -g
CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
NOMAN = yes
.include <bsd.regress.mk>