aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuf Yaman <nxjoseph@FreeBSD.org>2026-05-11 18:15:08 +0000
committerYusuf Yaman <nxjoseph@FreeBSD.org>2026-05-11 18:18:03 +0000
commit8d5202d8fd36dcd679eb383862be34648d2f4b03 (patch)
tree4cabad34850b6d08661164ab3819af1df850c269
parentf7d5a6658e5bf67b00e74ea9c51313849bc8e62b (diff)
lang/Makefile: unbreak INDEX
PR: 295202 Reported by: Yasuhito FUTATSUKI Approved by: vvd (co-mentor, implicit)
-rw-r--r--lang/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 74a8fea61e4c..e93337ba5676 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -400,6 +400,6 @@
SUBDIR += zephir
SUBDIR += zig
SUBDIR += zig014
- SUBDIR += zig015
+ SUBDIR += zig015
.include <bsd.port.subdir.mk>