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