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