diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2021-10-25 10:21:52 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2021-10-25 14:08:30 +0000 |
commit | a9ed510a7ab35e2ba061a8c46db981cc6d5e13a5 (patch) | |
tree | ecfc5482f2506e9d4cfdc983b7df176d42168a48 | |
parent | 7d42f97bb9975993a2fa46e126cafbbe9dfb7b7a (diff) |
*/*: Plug the new ports below to the ports tree.
devel/aws-c-compresion
devel/aws-c-http
devel/aws-c-mqtt
devel/aws-c-s3
devel/aws-c-sdkutils
devel/aws-crt-cpp
security/aws-c-auth
-rw-r--r-- | devel/Makefile | 6 | ||||
-rw-r--r-- | security/Makefile | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d6980bafa942..500c19f93abf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -228,9 +228,15 @@ SUBDIR += avro-cpp SUBDIR += awless SUBDIR += aws-c-common + SUBDIR += aws-c-compression SUBDIR += aws-c-event-stream + SUBDIR += aws-c-http SUBDIR += aws-c-io + SUBDIR += aws-c-mqtt + SUBDIR += aws-c-s3 + SUBDIR += aws-c-sdkutils SUBDIR += aws-checksums + SUBDIR += aws-crt-cpp SUBDIR += aws-sdk-cpp SUBDIR += aws-sdk-php SUBDIR += awscli diff --git a/security/Makefile b/security/Makefile index ddea687fb5ad..7ea89746c071 100644 --- a/security/Makefile +++ b/security/Makefile @@ -36,6 +36,7 @@ SUBDIR += assh SUBDIR += authenticator SUBDIR += autossh + SUBDIR += aws-c-auth SUBDIR += aws-c-cal SUBDIR += aws-iam-authenticator SUBDIR += aws-vault |