diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 038cd0e..6182965 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ if CONFIG_CIFSCREDS bin_PROGRAMS += cifscreds cifscreds_SOURCES = cifscreds.c resolve_host.c util.c cifscreds_LDADD = -lkeyutils +man_MANS += cifscreds.1 endif if CONFIG_CIFSIDMAP |