Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = repository_test
4 SRCS = path.c repository.c error.c reference.c object.c opentemp.c \
5 sha1.c diff.c diffreg.c pack.c privsep.c delta.c fileindex.c \
6 worktree.c zbuf.c repository_test.c
8 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
9 LDADD = -lutil -lz
10 DEBUG = -O0 -g
11 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
13 NOMAN = yes
15 .include <bsd.regress.mk>