diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-01-29 09:29:23 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-01-29 09:29:23 +0000 |
commit | 37c3be7788b3efdfcaaa6a4983fec02d2f1c0367 (patch) | |
tree | f87a186c00205ccc5296b3c79a2a286e8de8b232 | |
parent | 0aac6cb67ae0972b8e87a0de8a72b7d98415cafe (diff) | |
download | ports-37c3be7788b3efdfcaaa6a4983fec02d2f1c0367.tar.gz ports-37c3be7788b3efdfcaaa6a4983fec02d2f1c0367.zip |
lang/dotnet: Attach to the build
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 382f54a66d2d..2d3ba1ff5fa2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -44,6 +44,7 @@ SUBDIR += cython3 SUBDIR += dhall SUBDIR += dlang-tools + SUBDIR += dotnet SUBDIR += duktape SUBDIR += duktape-lib SUBDIR += ecl |