diff options
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r-- | src/arch/i386/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index ca8ba1b25..9cf2bd698 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -114,13 +114,6 @@ NON_AUTO_MEDIA += fd0 $(Q)dd if=$< bs=512 conv=sync of=/dev/fd0 $(Q)sync -# rule to create padded disk images -NON_AUTO_MEDIA += pdsk -%pdsk : %dsk - $(QM)$(ECHO) " [DSKPAD] $@" - $(Q)cp $< $@ - $(Q)$(PERL) ./util/dskpad.pl $@ - # Add NON_AUTO_MEDIA to the media list, so that they show up in the # output of "make" # |