diff options
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index f7c0932f1099..001ff5052cb6 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 @@ -396,6 +397,5 @@ SUBDIR += ypsilon SUBDIR += zephir SUBDIR += zig - SUBDIR += zig010 .include <bsd.port.subdir.mk> |