aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/yarn-node21/Makefile5
2 files changed, 6 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index fa9259c9c8bf..c4c21c8f0fa4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2520,6 +2520,7 @@
SUBDIR += yarn-node16
SUBDIR += yarn-node18
SUBDIR += yarn-node20
+ SUBDIR += yarn-node21
SUBDIR += yarr
SUBDIR += yaws
SUBDIR += you-get
diff --git a/www/yarn-node21/Makefile b/www/yarn-node21/Makefile
new file mode 100644
index 000000000000..64580f753eb1
--- /dev/null
+++ b/www/yarn-node21/Makefile
@@ -0,0 +1,5 @@
+USES= nodejs:21,run
+
+MASTERDIR= ${.CURDIR}/../yarn-node20
+
+.include "${MASTERDIR}/Makefile"