Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = repository_test
4 SRCS = path.c repository.c error.c refs.c object.c sha1.c repository_test.c
6 CPPFLAGS = -I${.CURDIR}/../../include
7 LDADD = -lutil -lz
9 NOMAN = yes
11 .include <bsd.regress.mk>