diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt index 6c095f1d3b..84e92f00e1 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS ) list(APPEND RECOMMENDED_TARGETS adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init keymap lsirq lsof lspci man mknod mktemp - modload modunload nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip + nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip ) # FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)