Hash : ea0bbcf8 Author : Date : 2019-07-15T13:24:12
Download
1 2 3 4 5 6 7 8 9 10 11 12
.PATH:${.CURDIR}/../../lib PROG = idset_test SRCS = error.c sha1.c object_idset.c inflate.c path.c object_parse.c \ idset_test.c CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib LDADD = -lutil -lz NOMAN = yes .include <bsd.regress.mk>