diff --git a/devel/Makefile b/devel/Makefile index 0e1c26dfa88a..65ec35d42df7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6062,6 +6062,7 @@ SUBDIR += xtl SUBDIR += xtoolchain-llvm-devel SUBDIR += xtoolchain-llvm40 + SUBDIR += xtoolchain-llvm50 SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxhash diff --git a/devel/xtoolchain-llvm50/Makefile b/devel/xtoolchain-llvm50/Makefile new file mode 100644 index 000000000000..96d12b38f55b --- /dev/null +++ b/devel/xtoolchain-llvm50/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +LLVM_SUFFIX=50 + +MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel + +.include "${MASTERDIR}/Makefile"