]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Imported Debian patch 1.0.11~git-20060105-1 debian/1%1.0.11_git-20060105-1
authorSteinar H. Gunderson <sesse@debian.org>
Thu, 4 Jan 2007 23:36:57 +0000 (00:36 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 14 Jul 2010 01:42:56 +0000 (02:42 +0100)
debian/changelog
debian/copyright
debian/patches/03-minor-manpage-fixes.patch [deleted file]
debian/patches/04-document-sensitive-uids.patch [deleted file]
debian/patches/05-refuse-non-ident-maptypes.patch
debian/patches/06-fix-no-tcp-short-option.patch [deleted file]
debian/patches/08-dont-build-getkversion.patch
debian/patches/10-ccachedir-off-by-one.patch
debian/patches/series
tools/Makefile.in
utils/nhfsstone/Makefile.in [deleted file]

index cf3099ca1400ecc49aa4beae8b8842f4a2a1926d..1b6c5fa7d5a696f888d66705bbf277086fcdb0dd 100644 (file)
@@ -1,3 +1,21 @@
+nfs-utils (1:1.0.11~git-20060105-1) experimental; urgency=low
+
+  * New upstream release.
+    * Removes nhfsstone. (Closes: #398058)
+    * Document the procedure used for taking the git snapshot in
+      debian/copyright.
+  * Update patches for new upstream release:
+    * 03-minor-manpage-fixes.patch: Now in upstream, removed.
+    * 04-document-sensitive-uids.patch: Now in upstream, removed.
+    * 05-refuse-non-ident-maptypes.patch: Hunk offset, refreshed.
+    * 06-fix-no-tcp-short-option.patch: Now in upstream, removed.
+    * 08-dont-build-getkversion.patch: Replace all hunks related to
+      autogenerated files, rerun autogen.sh after applying the other two, and
+      refresh the patch.
+    * 10-ccachedir-off-by-one.patch: Hunk offset, refreshed.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Fri,  5 Jan 2007 00:36:57 +0100
+
 nfs-utils (1:1.0.10-6~quilt.7) experimental; urgency=low
 
   * 10-ccachedir-off-by-one.patch: Fixes an off-by-one in the parsing of the
index 7dd1c082bae4fe5a8c0fbcc2d6721cfffcd25157..a3d9a1958b10bf661e898b9379107eeed78313d9 100644 (file)
@@ -1,6 +1,13 @@
 This package was debianized by Chip Salzenberg <chip@debian.org> on Fri,  3 Dec 1999 20:00:00 -0800
 
-It was downloaded from http://sourceforge.net/projects/nfs/
+This is a git snapshot, downloaded January 5th, 2007 using
+the following commands:
+
+  cg-clone git://git.linux-nfs.org/pub/linux/nfs-utils/ nfs-utils-1.0.11\~git-20060105/
+  cd nfs-utils-1.0.11\~git-20060105/ && sh ./autogen.sh
+  tar --exclude=.git -zcf nfs-utils_1.0.11~git-20060105.orig.tar.gz nfs-utils-1.0.11\~git-20060105
+
+Regular releases are avilable from http://sourceforge.net/projects/nfs/.
 
 View individual source files for respective authors.
 
diff --git a/debian/patches/03-minor-manpage-fixes.patch b/debian/patches/03-minor-manpage-fixes.patch
deleted file mode 100644 (file)
index 26632bd..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-Index: nfs-utils-1.0.10/utils/exportfs/exports.man
-===================================================================
---- nfs-utils-1.0.10.orig/utils/exportfs/exports.man
-+++ nfs-utils-1.0.10/utils/exportfs/exports.man
-@@ -124,7 +124,7 @@ default.  In all subsequence releases,
- .I sync
- is the default, and
- .I async
--must be explicit requested if needed.
-+must be explicitly requested if needed.
- To help make system adminstrators aware of this change, 'exportfs'
- will issue a warning if neither
- .I sync
-Index: nfs-utils-1.0.10/utils/nfsstat/nfsstat.man
-===================================================================
---- nfs-utils-1.0.10.orig/utils/nfsstat/nfsstat.man
-+++ nfs-utils-1.0.10/utils/nfsstat/nfsstat.man
-@@ -14,36 +14,36 @@ The
- displays statistics kept about NFS client and server activity.
- .SH OPTIONS
- .TP
--.B -s, --server
-+.B \-s, \-\-server
- Print only server-side statistics. The default is to print both server and
- client statistics.
- .TP
--.B -c, --client
-+.B \-c, \-\-client
- Print only client-side statistics.
- .TP
--.B -n, --nfs
-+.B \-n, \-\-nfs
- Print only NFS statistics. The default is to print both NFS and RPC
- information.
- .TP
--.B -2
-+.B \-2
- Print only NFS v2 statistics. The default is to only print information
- about the versions of \fBNFS\fR that have non-zero counts.
- .TP
--.B -3
-+.B \-3
- Print only NFS v3 statistics. 
- .TP
--.B -4
-+.B \-4
- Print only NFS v4 statistics. 
- .TP
--.B -m, --mounted
-+.B \-m, \-\-mounted
- Print information about each of the mounted \fBNFS\fR file systems.
- If this option is used, all other options are ignored.
- .TP
--.B -r, --rpc
-+.B \-r, \-\-rpc
- Print only RPC statistics.
- .TP
--.BI -o " facility
-+.BI \-o " facility
- Display statistics for the specified facility, which must be one of:
- .RS
- .TP
-@@ -69,27 +69,27 @@ total number of lookups, and the number 
- Display all of the above facilities.
- .RE
- .TP
--.B -v, --verbose
--This is equivalent to \fB-o all\fR.
-+.B \-v, \-\-verbose
-+This is equivalent to \fB\-o all\fR.
- .SH EXAMPLES
- .TP
--.B nfsstat -o all -234
-+.B nfsstat \-o all \-234
- Show all information about all versions of \fBNFS\fR.
- .TP
--.B nfsstat --verbose -234
-+.B nfsstat \-\-verbose \-234
- Same as above.
- .TP
--.B nfsstat -o all
-+.B nfsstat \-o all
- Show all information about about active versions of \fBNFS\fR.
- .TP
--.B nfsstat --nfs --server -3
-+.B nfsstat \-\-nfs \-\-server \-3
- Show statistics for \fBNFS\fR version 3 server.
- .TP
--.B nfsstat -m
-+.B nfsstat \-m
- Show information about mounted \fBNFS\fR filesystems.
- .\" --------------------- DISPLAY --------------------------------
- .SH DISPLAY
--The \fBFlags\fR output from the \fB-m\fR option is the same as the
-+The \fBFlags\fR output from the \fB\-m\fR option is the same as the
- flags give to the \fBmount\fR command.
- .\" --------------------- FILES ----------------------------------
- .SH FILES
-@@ -111,11 +111,11 @@ interface to the mounted filesystems.
- .BR nfs (5).
- .\" ---------------------- BUGS ----------------------------------
- .SH BUGS
--The default output has be changed.  To get the old default output you must run \fBnfsstat --auto -2\fR.
-+The default output has be changed.  To get the old default output you must run \fBnfsstat \-\-auto \-2\fR.
- .P
--The function of the \fB-v\fR and \fB-a\fR options have changed. The \fB-a\fR option
--is now reserved for future use. The \fB-v\fR does what the \fB-a\fR option used to do,
--and the new \fB-[234]\fR options replace the \fB-v\fR option.
-+The function of the \fB\-v\fR and \fB\-a\fR options have changed. The \fB\-a\fR option
-+is now reserved for future use. The \fB\-v\fR does what the \fB\-a\fR option used to do,
-+and the new \fB\-[234]\fR options replace the \fB\-v\fR option.
- .P
- The \fBDisplay\fR section should be more complete.
- .P
-Index: nfs-utils-1.0.10/utils/showmount/showmount.man
-===================================================================
---- nfs-utils-1.0.10.orig/utils/showmount/showmount.man
-+++ nfs-utils-1.0.10/utils/showmount/showmount.man
-@@ -21,7 +21,7 @@ lists the set of clients who are mountin
- The output from
- .B showmount
- is designed to
--appear as though it were processed through ``sort -u''.
-+appear as though it were processed through ``sort \-u''.
- .SH OPTIONS
- .TP
- .BR \-a " or " \-\-all
diff --git a/debian/patches/04-document-sensitive-uids.patch b/debian/patches/04-document-sensitive-uids.patch
deleted file mode 100644 (file)
index 3ce7daf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: nfs-utils-1.0.10/utils/exportfs/exports.man
-===================================================================
---- nfs-utils-1.0.10.orig/utils/exportfs/exports.man
-+++ nfs-utils-1.0.10/utils/exportfs/exports.man
-@@ -405,8 +405,11 @@ Here's the complete list of mapping opti
- .TP
- .IR root_squash
- Map requests from uid/gid 0 to the anonymous uid/gid. Note that this does
--not apply to any other uids that might be equally sensitive, such as user
--.IR bin .
-+not apply to any other uids or gids that might be equally sensitive, such as
-+user
-+.IR bin 
-+or group
-+.IR staff .
- .TP
- .IR no_root_squash
- Turn off root squashing. This option is mainly useful for diskless clients.
index d313add1b1909e7d92590595dadc18be2132745a..7154af3323e997cba13e7da4c03e8914989772c3 100644 (file)
@@ -1,8 +1,8 @@
-Index: nfs-utils-1.0.10/utils/mountd/cache.c
+Index: nfs-utils-1.0.11~git-20060105/utils/mountd/cache.c
 ===================================================================
---- nfs-utils-1.0.10.orig/utils/mountd/cache.c
-+++ nfs-utils-1.0.10/utils/mountd/cache.c
-@@ -381,6 +381,12 @@ void cache_export(nfs_export *exp)
+--- nfs-utils-1.0.11~git-20060105.orig/utils/mountd/cache.c
++++ nfs-utils-1.0.11~git-20060105/utils/mountd/cache.c
+@@ -375,6 +375,12 @@ void cache_export(nfs_export *exp)
  {
        FILE *f;
  
diff --git a/debian/patches/06-fix-no-tcp-short-option.patch b/debian/patches/06-fix-no-tcp-short-option.patch
deleted file mode 100644 (file)
index af42343..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: nfs-utils-1.0.10/utils/mountd/mountd.c
-===================================================================
---- nfs-utils-1.0.10.orig/utils/mountd/mountd.c
-+++ nfs-utils-1.0.10/utils/mountd/mountd.c
-@@ -558,7 +558,7 @@ main(int argc, char **argv)
-       /* Parse the command line options and arguments. */
-       opterr = 0;
--      while ((c = getopt_long(argc, argv, "o:n:Fd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF)
-+      while ((c = getopt_long(argc, argv, "o:nFd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF)
-               switch (c) {
-               case 'o':
-                       descriptors = atoi(optarg);
index 6374d4be05b9ee663ecfd84fb32d2df79788866e..20c98e3b779550e452fe1b50cf99bc492816826d 100644 (file)
@@ -1,8 +1,8 @@
-Index: nfs-utils-1.0.10/configure.in
+Index: nfs-utils-1.0.11~git-20060105/configure.in
 ===================================================================
---- nfs-utils-1.0.10.orig/configure.in
-+++ nfs-utils-1.0.10/configure.in
-@@ -317,7 +317,6 @@ AC_CONFIG_FILES([
+--- nfs-utils-1.0.11~git-20060105.orig/configure.in
++++ nfs-utils-1.0.11~git-20060105/configure.in
+@@ -319,7 +319,6 @@ AC_CONFIG_FILES([
        support/nfs/Makefile
        tools/Makefile
        tools/getiversion/Makefile
@@ -10,10 +10,10 @@ Index: nfs-utils-1.0.10/configure.in
        tools/locktest/Makefile
        tools/nlmtest/Makefile
        tools/rpcdebug/Makefile
-Index: nfs-utils-1.0.10/tools/Makefile.am
+Index: nfs-utils-1.0.11~git-20060105/tools/Makefile.am
 ===================================================================
---- nfs-utils-1.0.10.orig/tools/Makefile.am
-+++ nfs-utils-1.0.10/tools/Makefile.am
+--- nfs-utils-1.0.11~git-20060105.orig/tools/Makefile.am
++++ nfs-utils-1.0.11~git-20060105/tools/Makefile.am
 @@ -1,5 +1,5 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -21,33 +21,20 @@ Index: nfs-utils-1.0.10/tools/Makefile.am
 +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
  
  MAINTAINERCLEANFILES = Makefile.in
-Index: nfs-utils-1.0.10/tools/Makefile.in
+Index: nfs-utils-1.0.11~git-20060105/configure
 ===================================================================
---- nfs-utils-1.0.10.orig/tools/Makefile.in
-+++ nfs-utils-1.0.10/tools/Makefile.in
-@@ -207,7 +207,7 @@ statduser = @statduser@
- statedir = @statedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
-+SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
- MAINTAINERCLEANFILES = Makefile.in
- all: all-recursive
-Index: nfs-utils-1.0.10/configure
-===================================================================
---- nfs-utils-1.0.10.orig/configure
-+++ nfs-utils-1.0.10/configure
-@@ -30603,7 +30603,7 @@ AM_CFLAGS="$my_am_cflags"
+--- nfs-utils-1.0.11~git-20060105.orig/configure
++++ nfs-utils-1.0.11~git-20060105/configure
+@@ -28736,7 +28736,7 @@ AM_CFLAGS="$my_am_cflags"
  ACLOCAL_AMFLAGS="-I $ac_macro_dir \$(ACLOCAL_FLAGS)"
  
  
--ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/getkversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
-+ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
+-ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/getkversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
++ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
  
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
-@@ -31225,7 +31225,6 @@ do
+@@ -29371,7 +29371,6 @@ do
      "support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;;
      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
      "tools/getiversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getiversion/Makefile" ;;
index 02d36a4ce5bbeb37d4e5ae4d3e778af823827751..c8503f779656f0499f22fd6ae649e74a971b26fc 100644 (file)
@@ -1,8 +1,8 @@
-Index: nfs-utils-1.0.10/utils/gssd/gssd.c
+Index: nfs-utils-1.0.11~git-20060105/utils/gssd/gssd.c
 ===================================================================
---- nfs-utils-1.0.10.orig/utils/gssd/gssd.c
-+++ nfs-utils-1.0.10/utils/gssd/gssd.c
-@@ -118,7 +118,7 @@ main(int argc, char *argv[])
+--- nfs-utils-1.0.11~git-20060105.orig/utils/gssd/gssd.c
++++ nfs-utils-1.0.11~git-20060105/utils/gssd/gssd.c
+@@ -122,7 +122,7 @@ main(int argc, char *argv[])
                                break;
                        case 'd':
                                strncpy(ccachedir, optarg, sizeof(ccachedir));
index 1c8afec28da7b3c546a46f7cf5005868f8776d4d..3c87e9b9110d17e0b6abf968c58c6d20b8a15b58 100644 (file)
@@ -1,9 +1,6 @@
 01-bzero.patch
 02-document-debian-init-scripts.patch
-03-minor-manpage-fixes.patch
-04-document-sensitive-uids.patch
 05-refuse-non-ident-maptypes.patch
-06-fix-no-tcp-short-option.patch
 07-exports-default-options.patch
 08-dont-build-getkversion.patch
 09-manpage-paths-fixup.patch 
index 620f6ff95399328dcf8482f0ed94923e79e1e782..feb08fbf925ce27f561cd805ff325c0b3c96a2af 100644 (file)
@@ -207,7 +207,7 @@ statduser = @statduser@
 statedir = @statedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
+SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
 MAINTAINERCLEANFILES = Makefile.in
 all: all-recursive
 
diff --git a/utils/nhfsstone/Makefile.in b/utils/nhfsstone/Makefile.in
deleted file mode 100644 (file)
index 195f1ac..0000000
+++ /dev/null
@@ -1,586 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../..
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-sbin_PROGRAMS = nhfsstone$(EXEEXT)
-subdir = utils/nhfsstone
-DIST_COMMON = README $(dist_sbin_SCRIPTS) $(srcdir)/Makefile.am \
-       $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
-       $(top_srcdir)/aclocal/kerberos5.m4 \
-       $(top_srcdir)/aclocal/nfs-utils.m4 \
-       $(top_srcdir)/aclocal/tcp-wrappers.m4 \
-       $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/support/include/config.h
-CONFIG_CLEAN_FILES =
-am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sbindir)" \
-       "$(DESTDIR)$(man8dir)"
-sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-PROGRAMS = $(sbin_PROGRAMS)
-am_nhfsstone_OBJECTS = nhfsstone.$(OBJEXT)
-nhfsstone_OBJECTS = $(am_nhfsstone_OBJECTS)
-nhfsstone_DEPENDENCIES = ../../support/export/libexport.a \
-       ../../support/nfs/libnfs.a ../../support/misc/libmisc.a
-dist_sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
-SCRIPTS = $(dist_sbin_SCRIPTS)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/support/include
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
-       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-       $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-       $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(nhfsstone_SOURCES)
-DIST_SOURCES = $(nhfsstone_SOURCES)
-man8dir = $(mandir)/man8
-NROFF = nroff
-MANS = $(man8_MANS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
-ALLOCA = @ALLOCA@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
-AMTAR = @AMTAR@
-AM_CFLAGS = @AM_CFLAGS@
-AM_CPPFLAGS = @AM_CPPFLAGS@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CC_FOR_BUILD = @CC_FOR_BUILD@
-CFLAGS = @CFLAGS@
-CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
-CONFIG_GSS_FALSE = @CONFIG_GSS_FALSE@
-CONFIG_GSS_TRUE = @CONFIG_GSS_TRUE@
-CONFIG_MOUNT_FALSE = @CONFIG_MOUNT_FALSE@
-CONFIG_MOUNT_TRUE = @CONFIG_MOUNT_TRUE@
-CONFIG_NFSV4_FALSE = @CONFIG_NFSV4_FALSE@
-CONFIG_NFSV4_TRUE = @CONFIG_NFSV4_TRUE@
-CONFIG_RQUOTAD_FALSE = @CONFIG_RQUOTAD_FALSE@
-CONFIG_RQUOTAD_TRUE = @CONFIG_RQUOTAD_TRUE@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-GREP = @GREP@
-GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
-GSSAPI_LIBS = @GSSAPI_LIBS@
-GSSD = @GSSD@
-HAVE_LIBWRAP = @HAVE_LIBWRAP@
-HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
-IDMAPD = @IDMAPD@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-K5VERS = @K5VERS@
-KRBCFLAGS = @KRBCFLAGS@
-KRBDIR = @KRBDIR@
-KRBLDFLAGS = @KRBLDFLAGS@
-KRBLIBS = @KRBLIBS@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
-LIBBSD = @LIBBSD@
-LIBCRYPT = @LIBCRYPT@
-LIBNSL = @LIBNSL@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBSOCKET = @LIBSOCKET@
-LIBTOOL = @LIBTOOL@
-LIBWRAP = @LIBWRAP@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-RANLIB = @RANLIB@
-RELEASE = @RELEASE@
-RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
-RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-SVCGSSD = @SVCGSSD@
-VERSION = @VERSION@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
-am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-enable_gss = @enable_gss@
-enable_nfsv3 = @enable_nfsv3@
-enable_nfsv4 = @enable_nfsv4@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-kprefix = @kprefix@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-secure_statd = @secure_statd@
-sharedstatedir = @sharedstatedir@
-statduser = @statduser@
-statedir = @statedir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-man8_MANS = nhfsstone.man nhfsrun.man nhfsnums.man nhfsgraph.man
-EXTRA_DIST = $(man8_MANS) DISCLAIMER README.linux
-dist_sbin_SCRIPTS = nhfsrun nhfsnums nhfsgraph
-nhfsstone_SOURCES = nhfsstone.c
-nhfsstone_LDADD = ../../support/export/libexport.a \
-                 ../../support/nfs/libnfs.a \
-                 ../../support/misc/libmisc.a
-
-MAINTAINERCLEANFILES = Makefile.in
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  utils/nhfsstone/Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnu  utils/nhfsstone/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-install-sbinPROGRAMS: $(sbin_PROGRAMS)
-       @$(NORMAL_INSTALL)
-       test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
-       @list='$(sbin_PROGRAMS)'; for p in $$list; do \
-         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-         if test -f $$p \
-            || test -f $$p1 \
-         ; then \
-           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
-          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
-          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
-         else :; fi; \
-       done
-
-uninstall-sbinPROGRAMS:
-       @$(NORMAL_UNINSTALL)
-       @list='$(sbin_PROGRAMS)'; for p in $$list; do \
-         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
-         echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
-         rm -f "$(DESTDIR)$(sbindir)/$$f"; \
-       done
-
-clean-sbinPROGRAMS:
-       @list='$(sbin_PROGRAMS)'; for p in $$list; do \
-         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-         echo " rm -f $$p $$f"; \
-         rm -f $$p $$f ; \
-       done
-nhfsstone$(EXEEXT): $(nhfsstone_OBJECTS) $(nhfsstone_DEPENDENCIES) 
-       @rm -f nhfsstone$(EXEEXT)
-       $(LINK) $(nhfsstone_LDFLAGS) $(nhfsstone_OBJECTS) $(nhfsstone_LDADD) $(LIBS)
-install-dist_sbinSCRIPTS: $(dist_sbin_SCRIPTS)
-       @$(NORMAL_INSTALL)
-       test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
-       @list='$(dist_sbin_SCRIPTS)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         if test -f $$d$$p; then \
-           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
-           echo " $(dist_sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
-           $(dist_sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
-         else :; fi; \
-       done
-
-uninstall-dist_sbinSCRIPTS:
-       @$(NORMAL_UNINSTALL)
-       @list='$(dist_sbin_SCRIPTS)'; for p in $$list; do \
-         f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
-         echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
-         rm -f "$(DESTDIR)$(sbindir)/$$f"; \
-       done
-
-mostlyclean-compile:
-       -rm -f *.$(OBJEXT)
-
-distclean-compile:
-       -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhfsstone.Po@am__quote@
-
-.c.o:
-@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(COMPILE) -c $<
-
-.c.obj:
-@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-.c.lo:
-@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-distclean-libtool:
-       -rm -f libtool
-uninstall-info-am:
-install-man8: $(man8_MANS) $(man_MANS)
-       @$(NORMAL_INSTALL)
-       test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
-       for i in $$l2; do \
-         case "$$i" in \
-           *.8*) list="$$list $$i" ;; \
-         esac; \
-       done; \
-       for i in $$list; do \
-         if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
-         else file=$$i; fi; \
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-         case "$$ext" in \
-           8*) ;; \
-           *) ext='8' ;; \
-         esac; \
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
-         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
-       done
-uninstall-man8:
-       @$(NORMAL_UNINSTALL)
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
-       for i in $$l2; do \
-         case "$$i" in \
-           *.8*) list="$$list $$i" ;; \
-         esac; \
-       done; \
-       for i in $$list; do \
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-         case "$$ext" in \
-           8*) ;; \
-           *) ext='8' ;; \
-         esac; \
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-         echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
-         rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
-       done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '    { files[$$0] = 1; } \
-              END { for (i in files) print i; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '    { files[$$0] = 1; } \
-              END { for (i in files) print i; }'`; \
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-           $$tags $$unique; \
-       fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '    { files[$$0] = 1; } \
-              END { for (i in files) print i; }'`; \
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
-         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-            $$tags $$unique
-
-GTAGS:
-       here=`$(am__cd) $(top_builddir) && pwd` \
-         && cd $(top_srcdir) \
-         && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
-       list='$(DISTFILES)'; for file in $$list; do \
-         case $$file in \
-           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
-           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
-         esac; \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
-         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
-           dir="/$$dir"; \
-           $(mkdir_p) "$(distdir)$$dir"; \
-         else \
-           dir=''; \
-         fi; \
-         if test -d $$d/$$file; then \
-           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-           fi; \
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
-installdirs:
-       for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
-         test -z "$$dir" || $(mkdir_p) "$$dir"; \
-       done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
-       @echo "This command is intended for maintainers to use"
-       @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
-       mostlyclean-am
-
-distclean: distclean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-libtool distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am: install-man
-
-install-exec-am: install-dist_sbinSCRIPTS install-sbinPROGRAMS
-
-install-info: install-info-am
-
-install-man: install-man8
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-       mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-dist_sbinSCRIPTS uninstall-info-am \
-       uninstall-man uninstall-sbinPROGRAMS
-
-uninstall-man: uninstall-man8
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-       clean-libtool clean-sbinPROGRAMS ctags distclean \
-       distclean-compile distclean-generic distclean-libtool \
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am \
-       install-dist_sbinSCRIPTS install-exec install-exec-am \
-       install-info install-info-am install-man install-man8 \
-       install-sbinPROGRAMS install-strip installcheck \
-       installcheck-am installdirs maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-compile \
-       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-       tags uninstall uninstall-am uninstall-dist_sbinSCRIPTS \
-       uninstall-info-am uninstall-man uninstall-man8 \
-       uninstall-sbinPROGRAMS
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT: