1 .PATH
:${.CURDIR
}/..
/..
/lib
4 SRCS
= error.c privsep.c reference.c hash.c object.c object_parse.c path.c \
5 opentemp.c repository.c lockfile.c object_cache.c pack.c inflate.c \
6 deflate.c delta.c delta_cache.c object_idset.c object_create.c \
7 fetch.c gotconfig.c dial.c fetch_test.c bloom.c murmurhash2.c sigs.c \
8 buf.c date.c object_open_privsep.c read_gitconfig_privsep.c \
9 read_gotconfig_privsep.c pollfd.c reference_parse.c object_qid.c
11 CPPFLAGS
= -I
${.CURDIR
}/..
/..
/include -I
${.CURDIR
}/..
/..
/lib
12 LDADD
= -lutil
-lz
-lm
16 run-regress-fetch_test
:
17 ${.OBJDIR
}/fetch_test
-q
19 .
include <bsd.regress.mk
>