+++ /dev/null
-# Make a test floppy
-# this floppy will boot a machine and display the output of some diagnostic
-# programs to give you information on configuring LILO
-
-floppy: disk.com bootsect.b
- cat bootsect.b disk.com | dd of=/dev/fd0 bs=512
-
- Add patches for simple rules using dh 7.
* debian/rules:
- Use simple rules with dh 7 capabilities.
+ * Move debian/Makefile.floppy into debian/floppy directory.
-- Joachim Wiedorn <ad_debian@joonet.de> Thu, 18 Nov 2010 23:30:42 +0100
--- /dev/null
+# Make a test floppy
+# this floppy will boot a machine and display the output of some diagnostic
+# programs to give you information on configuring LILO
+
+floppy: disk.com bootsect.b
+ cat bootsect.b disk.com | dd of=/dev/fd0 bs=512
+