From 073992d165f5a06edcacbd3a361684f5dc0b245c Mon Sep 17 00:00:00 2001 From: mnag Date: Wed, 22 Feb 2006 17:47:57 +0000 Subject: 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 --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') 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 -- cgit