summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdread/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-05-14 20:22:49 +0000
committerjoerg <joerg@FreeBSD.org>2001-05-14 20:22:49 +0000
commit627bde993ecd55061f0fe63c50839b11eab0440a (patch)
treea1c51edc0012272e79ebd358e42fcf1f3894cd3c /usr.sbin/fdread/Makefile
parent749703c29e5c7ebcabd70e977747e4d94ffe849b (diff)
downloadFreeBSD-src-627bde993ecd55061f0fe63c50839b11eab0440a.zip
FreeBSD-src-627bde993ecd55061f0fe63c50839b11eab0440a.tar.gz
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.
Diffstat (limited to 'usr.sbin/fdread/Makefile')
-rw-r--r--usr.sbin/fdread/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/fdread/Makefile b/usr.sbin/fdread/Makefile
new file mode 100644
index 0000000..8d62a43
--- /dev/null
+++ b/usr.sbin/fdread/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= fdread
+CFLAGS+=-Wall
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud