Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = path_test
4 SRCS = error.c path.c sha1.c path_test.c
6 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
7 LDADD = -lutil -lz
9 NOMAN = yes
11 run-regress-path_test:
12 ${.OBJDIR}/path_test -q
14 .include <bsd.regress.mk>