diff options
Diffstat (limited to 'devel/wasi-compiler-rt21/Makefile')
-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..ae90a63d04cf --- /dev/null +++ b/devel/wasi-compiler-rt21/Makefile @@ -0,0 +1,6 @@ +# must sync with devel/llvm21 +DISTVERSION= 21.1.0 + +MASTERDIR= ${.CURDIR}/../wasi-compiler-rt + +.include "${MASTERDIR}/Makefile" |