Hash : d1cda826 Author : Date : 2017-11-06T18:53:05
Download
1 2 3 4 5 6 7 8 9 10 11
.PATH:${.CURDIR}/../../lib PROG = repository_test SRCS = path.c repository.c error.c refs.c object.c sha1.c repository_test.c CPPFLAGS = -I${.CURDIR}/../../include LDADD = -lutil -lz NOMAN = yes .include <bsd.regress.mk>