Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = worktree_test
4 SRCS = worktree.c repository.c object.c object_idcache.c object_idset.c \
5 opentemp.c path.c error.c reference.c sha1.c pack.c privsep.c delta.c \
6 zbuf.c 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
12 #CFLAGS += -DGOT_PACK_NO_MMAP
14 NOMAN = yes
16 .include <bsd.regress.mk>