Add man pages
[openiked-portable] / files / patch-ikectl_CMakeLists.txt
1 --- ikectl/CMakeLists.txt.ori   2021-01-26 21:10:39.000000000 +0100
2 +++ ikectl/CMakeLists.txt       2021-01-26 21:33:08.558658000 +0100
3 @@ -69,3 +69,4 @@
4  )
5  
6  install(TARGETS ikectl RUNTIME DESTINATION sbin)
7 +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/ikectl.8 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8/)