From d82c11ef5372480178a37c1eda4240e60868cc36 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 23 Jan 2004 23:28:58 +0000 Subject: dt is a generic data test program used to verify proper operation of peripherals, file systems, device drivers, or any data stream supported by the operating system. In its' simplest mode of operation, dt writes and then verifys its' default data pattern, then displays performance statisics and other test parameters before exiting. Since verification of data is performed, dt can be thought of as a generic diagnostic tool. WWW: http://www.bit-net.com/~rmiller/dt.html PR: ports/61801 Submitted by: Radim Kolar --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 5ae9e70472be..0aef826ae580 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -84,6 +84,7 @@ SUBDIR += diskusage SUBDIR += dmidecode SUBDIR += doconfig + SUBDIR += dt SUBDIR += du2ps SUBDIR += dump9660 SUBDIR += duplicity -- cgit v1.2.3