summaryrefslogtreecommitdiffstats
path: root/src/ceph/man/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/man/CMakeLists.txt')
-rw-r--r--src/ceph/man/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ceph/man/CMakeLists.txt b/src/ceph/man/CMakeLists.txt
new file mode 100644
index 0000000..a6d8aa6
--- /dev/null
+++ b/src/ceph/man/CMakeLists.txt
@@ -0,0 +1,4 @@
+if(WITH_SELINUX)
+ install(FILES ceph_selinux.8
+ DESTINATION ${CEPH_MAN_DIR}/man8)
+endif()