Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = repository_test
4 SRCS = path.c repository.c error.c refs.c object.c sha1.c diff.c \
5 diffreg.c xmalloc.c repository_test.c
7 CPPFLAGS = -I${.CURDIR}/../../include
8 LDADD = -lutil -lz
10 NOMAN = yes
12 .include <bsd.regress.mk>