diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-07 05:32:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-07 15:50:59 +0000 |
commit | 59dd7eeaf68be352ec636445c4432c49009cefa1 (patch) | |
tree | da51a5a82137ff07d9e722e7692390a61ed19647 /devel/Makefile | |
parent | 8978bebb13b9bbc79ec70f5b1744f720c43355f0 (diff) |
devel/subprocess: New port: C++ subprocess library similar in design to Python subprocess library
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c3c6149e500a..0fdb539d9d00 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7911,6 +7911,7 @@ SUBDIR += stxxl SUBDIR += stylua SUBDIR += styx + SUBDIR += subprocess SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-lts |