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

useradd: Port to LibMain

This commit is contained in:
TheOddGarlic 2022-01-15 18:30:36 +03:00 committed by Andreas Kling
parent 3b61fbf15f
commit 6499699d6d
2 changed files with 24 additions and 16 deletions

View file

@ -197,6 +197,7 @@ target_link_libraries(uniq LibMain)
target_link_libraries(unzip LibArchive LibCompress LibMain)
target_link_libraries(update-cpp-test-results LibCpp LibCore LibMain)
target_link_libraries(uptime LibMain)
target_link_libraries(useradd LibMain)
target_link_libraries(userdel LibMain)
target_link_libraries(usermod LibMain)
target_link_libraries(utmpupdate LibMain)