diff options
author | phk <phk@FreeBSD.org> | 2003-03-20 20:48:41 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-03-20 20:48:41 +0000 |
commit | f3139ecc8bc1ddda28bad45788ac096a921bc913 (patch) | |
tree | 5c6dbf9c6246e7dbbac1b891d9a8e3f55ce94d9e /usr.sbin/Makefile | |
parent | ad2b755e2794102f8095adeff6f6f028dec3211f (diff) | |
download | FreeBSD-src-f3139ecc8bc1ddda28bad45788ac096a921bc913.zip FreeBSD-src-f3139ecc8bc1ddda28bad45788ac096a921bc913.tar.gz |
Add a rudimentary gstat(8) to the system.
This is a small curses based program which shows the diskactivity
inside GEOM.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 7d9e4b1..b0fc31f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -40,6 +40,7 @@ SUBDIR= IPXrouted \ fwcontrol \ getfmac \ getpmac \ + gstat \ ifmcstat \ inetd \ iostat \ |