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 9b6578d8 2019-05-09 stsp buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c \
8 9b6578d8 2019-05-09 stsp deflate.c object_create.c
9 ddb547b4 2018-06-04 stsp
10 ddb547b4 2018-06-04 stsp CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
11 ddb547b4 2018-06-04 stsp LDADD = -lutil -lz
12 ddb547b4 2018-06-04 stsp
13 ddb547b4 2018-06-04 stsp NOMAN = yes
14 ddb547b4 2018-06-04 stsp
15 ddb547b4 2018-06-04 stsp .include <bsd.regress.mk>