diff options
Diffstat (limited to '')
-rw-r--r-- | devel/wasi-compiler-rt21/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/wasi-compiler-rt21/Makefile b/devel/wasi-compiler-rt21/Makefile new file mode 100644 index 000000000000..83bf4c9217c2 --- /dev/null +++ b/devel/wasi-compiler-rt21/Makefile @@ -0,0 +1,6 @@ +# must sync with devel/llvm21 +DISTVERSION= 21.1.1 + +MASTERDIR= ${.CURDIR}/../wasi-compiler-rt + +.include "${MASTERDIR}/Makefile" |