Commit Diff


commit - cc62643986abd93b4a2dae15c40415c625646fc2
commit + ea0bbcf85814cba68a68039e391ed8df51ea4a1e
blob - 3783d353f0ba9f27a5cb053c8ed7b17f0d6015c6
blob + c668822fccf1c73ab7e8e47eec5a14f547680191
--- regress/idset/Makefile
+++ regress/idset/Makefile
@@ -1,7 +1,8 @@
 .PATH:${.CURDIR}/../../lib
 
 PROG = idset_test
-SRCS = error.c sha1.c object_idset.c inflate.c object_parse.c idset_test.c
+SRCS = error.c sha1.c object_idset.c inflate.c path.c object_parse.c \
+	idset_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
 LDADD = -lutil -lz