b97809a770
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.
7 lines
64 B
Makefile
7 lines
64 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdread
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|