diff options
Diffstat (limited to 'net/toxiproxy-cli/Makefile')
-rw-r--r-- | net/toxiproxy-cli/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/toxiproxy-cli/Makefile b/net/toxiproxy-cli/Makefile new file mode 100644 index 000000000000..d25545da1342 --- /dev/null +++ b/net/toxiproxy-cli/Makefile @@ -0,0 +1,11 @@ +PORTNAME= toxiproxy-cli + +COMMENT= TCP proxy to simulate network and system conditions (client) + +GO_TARGET= ./cmd/cli:${PORTNAME} + +MASTERDIR= ${.CURDIR}/../toxiproxy-server + +DISTINFO_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" |