1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5LIB= clang_rt.asan-preinit-${CRTARCH} 6 7SRCS+= asan/asan_preinit.cpp 8 9.include <bsd.lib.mk> 10