aboutsummaryrefslogtreecommitdiff
path: root/apps/nc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nc/CMakeLists.txt')
-rw-r--r--apps/nc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt
index c8757a6..be38146 100644
--- a/apps/nc/CMakeLists.txt
+++ b/apps/nc/CMakeLists.txt
@@ -53,8 +53,8 @@ add_executable(nc ${NC_SRC})
53target_link_libraries(nc tls ${OPENSSL_LIBS}) 53target_link_libraries(nc tls ${OPENSSL_LIBS})
54 54
55if(ENABLE_NC) 55if(ENABLE_NC)
56 install(TARGETS nc DESTINATION bin) 56 install(TARGETS nc DESTINATION ${CMAKE_INSTALL_BINDIR})
57 install(FILES nc.1 DESTINATION share/man/man1) 57 install(FILES nc.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
58endif() 58endif()
59 59
60endif() 60endif()