Files
clang-p2996/lldb/source/Plugins/Platform/FreeBSD/Makefile
Ed Maste 5d34af358a Sync FreeBSD files to Linux equivalents, to reduce noise in diff
- Sort functions in the same order
- Match whitespace
- Remove commetned out code
- Make filename in comments match filename

llvm-svn: 184746
2013-06-24 15:09:18 +00:00

15 lines
453 B
Makefile

##===- source/Plugins/Platform/FreeBSD/Makefile ------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ../../../..
LIBRARYNAME := lldbPluginPlatformFreeBSD
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile