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 \
7 buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c
9 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
10 LDADD = -lutil -lz
12 NOMAN = yes
14 .include <bsd.regress.mk>