diff options
| author | Sebastien Roy <seb@delphix.com> | 2015-05-29 13:47:23 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2019-08-19 22:32:46 +0000 |
| commit | a2f04351e04971ab0879872d264d6038c156b860 (patch) | |
| tree | cd6640900e1adf19b745c5f8e796a0e97c7a8ee7 /usr/src/cmd/Makefile | |
| parent | c12492cf73149aa0aa845af5d59966b0eb5aa910 (diff) | |
| download | illumos-joyent-a2f04351e04971ab0879872d264d6038c156b860.tar.gz | |
11547 Want connstat(1M) command to display per-connection TCP statistics
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Portions contributed by: Ahmed G <ahmedg@delphix.com>
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/Makefile')
| -rw-r--r-- | usr/src/cmd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile index 389916bc67..1d1ffb6e00 100644 --- a/usr/src/cmd/Makefile +++ b/usr/src/cmd/Makefile @@ -21,8 +21,8 @@ # # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright 2019 Joyent, Inc. -# Copyright (c) 2012 by Delphix. All rights reserved. +# Copyright (c) 2019, Joyent, Inc. +# Copyright (c) 2012, 2015 by Delphix. All rights reserved. # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright 2016 Toomas Soome <tsoome@me.com> @@ -98,6 +98,7 @@ COMMON_SUBDIRS= \ cmd-inet \ col \ compress \ + connstat \ consadm \ coreadm \ cpio \ @@ -547,6 +548,7 @@ MSGSUBDIRS= \ cmd-inet \ col \ compress \ + connstat \ consadm \ coreadm \ cpio \ |
