8 lines
143 B
Makefile
8 lines
143 B
Makefile
# must sync with devel/llvm13
|
|
DISTVERSION= 13.0.1
|
|
PORTREVISION= 1
|
|
|
|
MASTERDIR= ${.CURDIR}/../wasi-compiler-rt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|