Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = repository_test
4 SRCS = path.c repository.c error.c reference.c object.c object_idcache.c \
5 object_idset.c opentemp.c sha1.c diff.c diffreg.c pack.c privsep.c \
6 delta.c fileindex.c 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>