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 pathset.c \
5 opentemp.c delta.c repository.c reference.c worktree.c fileindex.c \
6 object_cache.c 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>