1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:47:35 +00:00

Userland: Add more(1) emulation to less(1)

This patch also removes the existing implementation of more, as it is
now redundant.
This commit is contained in:
Peter Elliott 2021-07-06 00:30:34 -06:00 committed by Ali Mohammad Pur
parent 30aa9b837c
commit c6fa2f196a
4 changed files with 38 additions and 65 deletions

View file

@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS
)
list(APPEND RECOMMENDED_TARGETS
adjtime aplay avol bt checksum chres cksum copy fortune gunzip gzip init keymap lsirq lsof lspci man mknod mktemp
modload modunload more nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip
modload modunload 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)