diff options
author | mnag <mnag@FreeBSD.org> | 2006-02-23 01:47:57 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-02-23 01:47:57 +0800 |
commit | 073992d165f5a06edcacbd3a361684f5dc0b245c (patch) | |
tree | e3ddd1c98b1f8ad88016f71e3aff3f882a4375ab /sysutils/Makefile | |
parent | 2aad1b5d1a9ac74231a816700be8933c21c7eb0a (diff) | |
download | freebsd-ports-gnome-073992d165f5a06edcacbd3a361684f5dc0b245c.tar.gz freebsd-ports-gnome-073992d165f5a06edcacbd3a361684f5dc0b245c.tar.zst freebsd-ports-gnome-073992d165f5a06edcacbd3a361684f5dc0b245c.zip |
tw_cli(8) is a Command Line Interface Storage Management Software for
AMCC/3ware ATA RAID Controllers, supported by twe(4) and twa(4) drivers.
It provides controller, logical unit and drive management. tw_cli can
be used in both interactive and batch mode, providing higher-level API
(Application Programming Interface) functionalities.
WWW: http://3ware.com/support/download.asp
PR: 92843
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d36738f3c369..841fed47d132 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -547,6 +547,7 @@ SUBDIR += tree SUBDIR += ttyload SUBDIR += tua + SUBDIR += tw_cli SUBDIR += ucspi-ipc SUBDIR += ucspi-proxy SUBDIR += ucspi-ssl |