Hash :
86c3caaf
Author :
Date :
2018-03-10T00:22:23
.PATH:${.CURDIR}/../../lib
PROG = worktree_test
SRCS = worktree.c repository.c object.c path.c error.c refs.c sha1.c pack.c \
delta.c zb.c worktree_test.c
CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
LDADD = -lutil -lz
DEBUG = -O0 -g
CFLAGS += -Werror
NOMAN = yes
.include <bsd.regress.mk>