Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = worktree_test
4 SRCS = worktree.c repository.c object.c object_cache.c object_idset.c \
5 object_parse.c opentemp.c path.c error.c reference.c sha1.c pack.c \
6 privsep.c delta.c inflate.c fileindex.c \
7 buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c \
8 deflate.c object_create.c worktree_test.c
10 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib \
11 -DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}
12 LDADD = -lutil -lz
14 NOMAN = yes
16 .include <bsd.regress.mk>