1# $OpenBSD: Makefile,v 1.2 2020/08/03 14:45:30 patrick Exp $ 2 3LIB= lldbPluginMemoryHistory 4NOPIC= 5NOPROFILE= 6 7.include <bsd.own.mk> 8SRCS= MemoryHistoryASan.cpp 9 10.PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/MemoryHistory/asan 11 12install: 13 @# Nothing here so far ... 14 15.include <bsd.lib.mk> 16 17CPPFLAGS+= ${LLDB_INCLUDES} 18CPPFLAGS+= ${CLANG_INCLUDES} 19