diff options
Diffstat (limited to 'usr.bin/clang/llvm-prof/Makefile')
-rw-r--r-- | usr.bin/clang/llvm-prof/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.bin/clang/llvm-prof/Makefile b/usr.bin/clang/llvm-prof/Makefile deleted file mode 100644 index 3dff62a..0000000 --- a/usr.bin/clang/llvm-prof/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ - -.include <bsd.own.mk> - -PROG_CXX=llvm-prof - -SRCDIR= tools/llvm-prof -SRCS= llvm-prof.cpp - -LIBDEPS=llvmanalysis \ - llvmtarget \ - llvmmc \ - llvmobject \ - llvmbitreader \ - llvmcore \ - llvmsupport - -.include "../clang.prog.mk" |