summaryrefslogtreecommitdiff
path: root/net/etherboot/files/patch-ac
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-09 22:48:40 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-09 22:48:40 +0000
commit4afa6c0abb021c43aa8f06bc75f52e4779858202 (patch)
tree8d7e99a6d510f177e75132d4f429ab2c6dc379ff /net/etherboot/files/patch-ac
parentUpgrade from 3.0.0-beta6 to 3.0.0-beta8. (diff)
Remove three unrelated unstaged ports
Notes
Notes: svn path=/head/; revision=367789
Diffstat (limited to 'net/etherboot/files/patch-ac')
-rw-r--r--net/etherboot/files/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/etherboot/files/patch-ac b/net/etherboot/files/patch-ac
deleted file mode 100644
index 5722f8e93f60..000000000000
--- a/net/etherboot/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./arch/i386/Makefile.orig Wed Jun 30 14:11:17 2004
-+++ ./arch/i386/Makefile Wed Jun 30 14:12:08 2004
-@@ -271,10 +271,10 @@
-
- # rules to write the .img/.zimg image onto a blank floppy
- %.fd0: %.img $(DISKLOADER) $(START16)
-- cat $(DISKLOADER) $(START16) $< > /dev/fd0
-+ cat $(DISKLOADER) $(START16) $< | dd bs=512 conv=sync > /dev/fd0
-
- %.zfd0: %.zimg $(DISKLOADER) $(START16)
-- cat $(DISKLOADER) $(START16) $< > /dev/fd0
-+ cat $(DISKLOADER) $(START16) $< | dd bs=512 conv=sync > /dev/fd0
-
- # rule to make a non-emulation ISO boot image
- %.iso: %.zimg $(START16)