1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:57:36 +00:00

sysctl: Port to LibMain

This commit is contained in:
alexmajor 2022-01-24 21:03:21 -05:00 committed by Brian Gianforcaro
parent 61f2b7434f
commit ad7845ed7d
2 changed files with 6 additions and 3 deletions

View file

@ -167,6 +167,7 @@ target_link_libraries(strace LibMain)
target_link_libraries(su LibCrypt LibMain)
target_link_libraries(sync LibMain)
target_link_libraries(syscall LibMain)
target_link_libraries(sysctl LibMain)
target_link_libraries(tac LibMain)
target_link_libraries(tail LibMain)
target_link_libraries(tar LibArchive LibCompress)