Blame


1 4027f31a 2017-11-04 stsp .PATH:${.CURDIR}/../../lib
2 4027f31a 2017-11-04 stsp
3 4027f31a 2017-11-04 stsp PROG = repository_test
4 4027f31a 2017-11-04 stsp SRCS = path.c repository.c error.c refs.c repository_test.c
5 4027f31a 2017-11-04 stsp
6 4027f31a 2017-11-04 stsp CPPFLAGS = -I${.CURDIR}/../../include
7 4027f31a 2017-11-04 stsp LDADD = -lutil
8 4027f31a 2017-11-04 stsp
9 4027f31a 2017-11-04 stsp NOMAN = yes
10 4027f31a 2017-11-04 stsp
11 4027f31a 2017-11-04 stsp .include <bsd.regress.mk>