Hash : 7fb414ae Author : Date : 2020-08-08T07:34:47
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.PATH:${.CURDIR}/../../lib PROG = path_test SRCS = error.c path.c sha1.c path_test.c CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib LDADD = -lutil -lz NOMAN = yes run-regress-path_test: ${.OBJDIR}/path_test -q .include <bsd.regress.mk>