Blame


1 ddb547b4 2018-06-04 stsp .PATH:${.CURDIR}/../../lib
2 ddb547b4 2018-06-04 stsp
3 ddb547b4 2018-06-04 stsp PROG = idset_test
4 25a58941 2019-01-08 stsp SRCS = error.c object.c privsep.c sha1.c pack.c inflate.c path.c opentemp.c \
5 25a58941 2019-01-08 stsp delta.c repository.c reference.c worktree.c fileindex.c object_cache.c \
6 6353ad76 2019-02-08 stsp object_idset.c object_parse.c idset_test.c \
7 9e672c74 2019-03-11 stsp buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c
8 ddb547b4 2018-06-04 stsp
9 ddb547b4 2018-06-04 stsp CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
10 ddb547b4 2018-06-04 stsp LDADD = -lutil -lz
11 ddb547b4 2018-06-04 stsp
12 ddb547b4 2018-06-04 stsp NOMAN = yes
13 ddb547b4 2018-06-04 stsp
14 ddb547b4 2018-06-04 stsp .include <bsd.regress.mk>