aboutsummaryrefslogtreecommitdiff
path: root/apps/nc
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-14 09:11:27 +0100
committerTheo Buehler <tb@openbsd.org>2023-12-14 09:11:27 +0100
commitf1cfcd5bb3781aafe62ca201b685999804fedced (patch)
tree613dfa61406a6ba33246c04e3bdcafedd574d49f /apps/nc
parent05902e63c9b80d25f4367fb0f8f441669510eb2e (diff)
parent5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de (diff)
downloadportable-f1cfcd5bb3781aafe62ca201b685999804fedced.tar.gz
portable-f1cfcd5bb3781aafe62ca201b685999804fedced.tar.bz2
portable-f1cfcd5bb3781aafe62ca201b685999804fedced.zip
Land #972
Diffstat (limited to 'apps/nc')
-rw-r--r--apps/nc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt
index 868b797..7bbdb02 100644
--- a/apps/nc/CMakeLists.txt
+++ b/apps/nc/CMakeLists.txt
@@ -40,7 +40,7 @@ target_include_directories(nc
40 PUBLIC 40 PUBLIC
41 ../../include 41 ../../include
42 ${CMAKE_BINARY_DIR}/include) 42 ${CMAKE_BINARY_DIR}/include)
43target_link_libraries(nc ${LIBTLS_LIBS}) 43target_link_libraries(nc ${LIBTLS_LIBS} compat_obj)
44 44
45if(ENABLE_NC) 45if(ENABLE_NC)
46 if(ENABLE_LIBRESSL_INSTALL) 46 if(ENABLE_LIBRESSL_INSTALL)