Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = worktree_test
4 SRCS = worktree.c repository.c object.c path.c error.c refs.c sha1.c pack.c \
5 delta.c zbuf.c fileindex.c worktree_test.c
7 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
8 LDADD = -lutil -lz
9 DEBUG = -O0 -g
10 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
12 NOMAN = yes
14 .include <bsd.regress.mk>