Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = idset_test
4 SRCS = error.c object.c privsep.c sha1.c pack.c inflate.c path.c opentemp.c \
5 delta.c repository.c reference.c worktree.c fileindex.c object_cache.c \
6 object_idset.c object_parse.c idset_test.c
8 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
9 LDADD = -lutil -lz
11 NOMAN = yes
13 .include <bsd.regress.mk>