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