1
2.include <bsd.init.mk>
3
4LIB=		clang_rt.fuzzer_interceptors-${CRTARCH}
5
6SRCS+=		fuzzer/FuzzerInterceptors.cpp
7
8.include <bsd.lib.mk>
9