Hash : 1c11b35c Author : Date : 2019-01-12T19:48:12
Download
1 2 3 4 5 6 7 8 9 10 11
.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 .include <bsd.regress.mk>