freebsd-dev/usr.sbin/fdread/Makefile
Joerg Wunsch b97809a770 Initial import of fdread(1), a logical counterpart to fdwrite(1).
Its main purpose is to adapt automatically to the floppy parameters
(in particular the track size for efficient reading), and to allow a
simple error recovery for CRC-errored sectors.  Requires the newly
added fdc(4) options.
2001-05-14 20:22:49 +00:00

7 lines
64 B
Makefile

# $FreeBSD$
PROG= fdread
CFLAGS+=-Wall
.include <bsd.prog.mk>