Blob


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