fsck.8.in:
  Make clear the -- is optional.
Makefile.in:
  Add makefile production for the findsuper program.  We do not build
  it by default, however.

diff --git a/misc/Makefile.in b/misc/Makefile.in
index 9f6e612..f7387cb 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
@@ -48,6 +48,9 @@
 
 all:: $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES)
 
+findsuper: findsuper.o
+	$(CC) $(ALL_LDFLAGS) -o findsuper findsuper.o
+
 tune2fs: $(TUNE2FS_OBJS) $(DEPLIBS_E2P) $(LIBUUID)
 	$(CC) $(ALL_LDFLAGS) -o tune2fs $(TUNE2FS_OBJS) $(LIBS_E2P) $(LIBUUID)