1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5LIB= lldbHostPOSIX 6 7SRCDIR= tools/lldb/source/Host/posix 8SRCS= ConnectionFileDescriptorPosix.cpp \ 9 FileSystem.cpp \ 10 HostInfoPosix.cpp \ 11 HostProcessPosix.cpp \ 12 HostThreadPosix.cpp \ 13 LockFilePosix.cpp \ 14 PipePosix.cpp \ 15 ProcessLauncherPosix.cpp 16 17.include "../lldb.lib.mk" 18