freebsd-dev/usr.sbin/diskinfo/Makefile
Poul-Henning Kamp a362eb6374 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.
2003-04-09 10:52:10 +00:00

12 lines
159 B
Makefile

# $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