Split login into getty and login, like other UNIXen

This commit is contained in:
Jeremy Soller 2016-09-29 15:32:32 -06:00
parent 5a99ba6863
commit cd47a60595
9 changed files with 133 additions and 75 deletions

View file

@ -28,6 +28,7 @@ clean:
cargo clean --manifest-path drivers/ps2d/Cargo.toml
cargo clean --manifest-path drivers/pcid/Cargo.toml
cargo clean --manifest-path drivers/vesad/Cargo.toml
cargo clean --manifest-path programs/getty/Cargo.toml
cargo clean --manifest-path programs/init/Cargo.toml
cargo clean --manifest-path programs/ion/Cargo.toml
cargo clean --manifest-path programs/login/Cargo.toml
@ -274,6 +275,7 @@ $(BUILD)/filesystem.bin: \
coreutils \
extrautils \
schemes \
filesystem/bin/getty \
filesystem/bin/ion \
filesystem/bin/login \
filesystem/bin/smith