diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-18 15:16:16 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-18 15:16:16 +0000 |
commit | e356f3ecd9339289002a629df2a5de8e9fd09538 (patch) | |
tree | 6e60dc10c202c2185dd27da8b0975862290e7b8c /misc/Makefile | |
parent | 5e05a16b9c50a7f002fa89546b9a5ddd21d63f7f (diff) | |
download | ports-e356f3ecd9339289002a629df2a5de8e9fd09538.tar.gz ports-e356f3ecd9339289002a629df2a5de8e9fd09538.zip |
New port: mtx
Mtx(1) is a set of low level driver programs to control features of SCSI
backup related devices such as autoloaders, tape changers, mediajukeboxes,
and tape drives. It can also report much data, including serial numbers,
maximum block sizes, and TapeAlert(tm) messages that most modern tape
drives implement, as well as do raw SCSI READ and WRITE commands to
tape drives.
PR: 32302
Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes:
svn path=/head/; revision=51739
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index cb12c3c20772..c00cd24a78c5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -133,6 +133,7 @@ SUBDIR += most SUBDIR += moviedb SUBDIR += mshell + SUBDIR += mtx SUBDIR += muuz SUBDIR += nsf SUBDIR += numchar |