1 .PATH
:${.CURDIR
}/..
/..
/lib
4 SRCS
= error.c path.c hash.c path_test.c object_parse.c inflate.c pollfd.c \
7 CPPFLAGS
= -I
${.CURDIR
}/..
/..
/include -I
${.CURDIR
}/..
/..
/lib
12 run-regress-path_test
:
13 ${.OBJDIR
}/path_test
-q
15 .
include <bsd.regress.mk
>