diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/yarn-node24/Makefile | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bc962be6edec..8fa719f781ca 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2657,6 +2657,7 @@ SUBDIR += yarn-node20 SUBDIR += yarn-node22 SUBDIR += yarn-node23 + SUBDIR += yarn-node24 SUBDIR += yarr SUBDIR += yaws SUBDIR += you-get diff --git a/www/yarn-node24/Makefile b/www/yarn-node24/Makefile new file mode 100644 index 000000000000..f65ee187eaed --- /dev/null +++ b/www/yarn-node24/Makefile @@ -0,0 +1,5 @@ +USES= nodejs:24,run + +MASTERDIR= ${.CURDIR}/../yarn-node22 + +.include "${MASTERDIR}/Makefile" |