Hash : ac25a292 Author : Date : 2018-01-26T13:36:17
Download
1 2 3 4 5 6 7 8 9 10 11 12 13
.PATH:${.CURDIR}/../../lib PROG = delta_test SRCS = delta.c error.c delta_test.c CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib LDADD = -lz DEBUG = -O0 -g CFLAGS += -Werror NOMAN = yes .include <bsd.regress.mk>