Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = idset_test
4 SRCS = error.c object.c privsep.c sha1.c pack.c zbuf.c path.c opentemp.c \
5 delta.c repository.c reference.c worktree.c fileindex.c \
6 object_idset.c idset_test.c
8 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
9 LDADD = -lutil -lz
10 DEBUG = -O0 -g
11 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
13 NOMAN = yes
15 .include <bsd.regress.mk>