diff options
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4246634f39f0..4c947e7bdaa6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -127,6 +127,7 @@ SUBDIR += go122 SUBDIR += go123 SUBDIR += go124 + SUBDIR += go125 SUBDIR += gomacro SUBDIR += gprolog SUBDIR += gptscript @@ -183,7 +184,6 @@ SUBDIR += lua53 SUBDIR += lua54 SUBDIR += luajit - SUBDIR += luajit-devel SUBDIR += luajit-openresty SUBDIR += malbolge SUBDIR += maude @@ -334,6 +334,7 @@ SUBDIR += rust SUBDIR += rust-bootstrap SUBDIR += rust-nightly + SUBDIR += rust188 SUBDIR += rustpython SUBDIR += s7 SUBDIR += s7-nrepl @@ -397,6 +398,5 @@ SUBDIR += ypsilon SUBDIR += zephir SUBDIR += zig - SUBDIR += zig010 .include <bsd.port.subdir.mk> |