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 pack.c repository_test.c
7 CPPFLAGS = -I${.CURDIR}/../../include
8 LDADD = -lutil -lz
9 DEBUG = -O0 -g
11 NOMAN = yes
13 .include <bsd.regress.mk>