Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = repository_test
4 SRCS = path.c repository.c error.c reference.c object.c object_cache.c \
5 object_idset.c object_parse.c opentemp.c sha1.c diff.c diffreg.c \
6 pack.c privsep.c delta.c fileindex.c worktree.c inflate.c \
7 repository_test.c
9 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib \
10 -DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}
11 LDADD = -lutil -lz
13 NOMAN = yes
15 .include <bsd.regress.mk>