summaryrefslogtreecommitdiffstats
path: root/usr.sbin/diskinfo/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-09 10:52:10 +0000
committerphk <phk@FreeBSD.org>2003-04-09 10:52:10 +0000
commit64d3a8bc2198c8655bd946674dfd47ce8fb31a8a (patch)
tree88810f498f99795101aceb9ce7700e154c5727c6 /usr.sbin/diskinfo/Makefile
parent1cbd4211541c0948ed249808b8154a8033d49b17 (diff)
downloadFreeBSD-src-64d3a8bc2198c8655bd946674dfd47ce8fb31a8a.zip
FreeBSD-src-64d3a8bc2198c8655bd946674dfd47ce8fb31a8a.tar.gz
Diskinfo is a small program to access the basic properties of a disk device:
sectorsize, mediasize etc. It also contains a small and naïve benchmark which reports on seek and transfer performance.
Diffstat (limited to 'usr.sbin/diskinfo/Makefile')
-rw-r--r--usr.sbin/diskinfo/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/diskinfo/Makefile b/usr.sbin/diskinfo/Makefile
new file mode 100644
index 0000000..e0c9cc7
--- /dev/null
+++ b/usr.sbin/diskinfo/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PROG= diskinfo
+MAN= diskinfo.8
+
+.include <bsd.prog.mk>
+
+test: ${PROG}
+ ./${PROG} /dev/ad4 md50
+ ./${PROG} -v /dev/ad4 md50
+ ./${PROG} -t /dev/ad4
OpenPOWER on IntegriCloud