diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 06:03:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 06:03:02 +0000 |
commit | 4897093455a2bf08f3db3a1132cc2f6f5484d77c (patch) | |
tree | 9e6373544263f003139431fb4b08f9766e1ed530 /tools/nfsconf/Makefile.am | |
parent | Initial commit. (diff) | |
download | nfs-utils-4897093455a2bf08f3db3a1132cc2f6f5484d77c.tar.xz nfs-utils-4897093455a2bf08f3db3a1132cc2f6f5484d77c.zip |
Adding upstream version 1:2.6.4.upstream/1%2.6.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tools/nfsconf/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/nfsconf/Makefile.am b/tools/nfsconf/Makefile.am new file mode 100644 index 0000000..b3c1495 --- /dev/null +++ b/tools/nfsconf/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in + +man8_MANS = nfsconf.man +EXTRA_DIST = $(man8_MANS) + +sbin_PROGRAMS = nfsconf + +nfsconf_SOURCES = nfsconfcli.c +nfsconf_LDADD = ../../support/nfs/libnfsconf.la + +MAINTAINERCLEANFILES = Makefile.in |