diff options
Diffstat (limited to 'usr.bin/clang/llvm-stub/Makefile')
-rw-r--r-- | usr.bin/clang/llvm-stub/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/clang/llvm-stub/Makefile b/usr.bin/clang/llvm-stub/Makefile new file mode 100644 index 0000000..56e7660 --- /dev/null +++ b/usr.bin/clang/llvm-stub/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= llvm-stub +NO_MAN= + +SRCDIR= tools/llvm-stub +SRCS= llvm-stub.c + +.include "../clang.prog.mk" |