Blob


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