3534be8a8a
* Large disk fixes, especially for Solaris * Floppyd robustness * Zip 250 support in mzip * Protect against division by zero when reading BSD disks * Fixed parsing of Unix filenames ending with slash * Fixes for floppyd to work with current protocol version of floppyd * Warn for invalid partition numbers * Support for geometry-less Atari disks * Support for byte-swapping disks * Fixed max numbers of sectors for FAT12 and FAT16 See ChangeLog for details
38 lines
1.2 KiB
Text
38 lines
1.2 KiB
Text
$NetBSD: patch-aa,v 1.8 2003/12/11 16:05:40 adam Exp $
|
|
|
|
--- Makefile.in.orig 2003-02-16 21:55:16.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -11,7 +11,6 @@ USERCFLAGS =
|
|
USERLDFLAGS =
|
|
USERLDLIBS =
|
|
|
|
-MAKEINFO = makeinfo
|
|
TEXI2DVI = texi2dvi
|
|
TEXI2PDF = texi2pdf
|
|
TEXI2HTML = texi2html
|
|
@@ -49,6 +48,7 @@ LN_S = @LN_S@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_INFO = @INSTALL_INFO@
|
|
|
|
@@ -56,7 +56,7 @@ INSTALL_INFO = @INSTALL_INFO@
|
|
.SUFFIXES: .o .c
|
|
.SUFFIXES: .o .c
|
|
|
|
-MAN1 = floppyd.1 floppyd_installtest.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 \
|
|
+MAN1 = @MANFLOPPYD@ @MANFLOPPYD_INSTTEST@ mattrib.1 mbadblocks.1 mcat.1 mcd.1 \
|
|
mcopy.1 mdel.1 mdeltree.1 mdir.1 mdu.1 mformat.1 minfo.1 mkmanifest.1 \
|
|
mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \
|
|
mrd.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1
|
|
@@ -257,7 +257,7 @@ install-links: $(bindir)/mtools
|
|
install-scripts: $(bindir)/mtools
|
|
@$(top_srcdir)/mkinstalldirs $(bindir)
|
|
@for j in $(SCRIPTS) ; do \
|
|
- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
|
|
+ $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
|
|
echo $(bindir)/$$j ; \
|
|
done
|
|
rm -f $(bindir)/lz
|