mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
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.
6 lines
64 B
Makefile
6 lines
64 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdread
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|