diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 31acef8..f8dedac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,3 +5,5 @@ mount_cifs_SOURCES = mount.cifs.c mtab.c util.c sbin_PROGRAMS = cifs.upcall cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c util.c cifs_upcall_LDADD = -ltalloc -lkrb5 + +man_MANS = cifs.upcall.8 mount.cifs.8 |