Add random number scheme, update userutils to use it
This commit is contained in:
parent
c4d3257868
commit
ead01ea2da
9 changed files with 71 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -401,6 +401,7 @@ userutils: \
|
|||
filesystem/bin/getty \
|
||||
filesystem/bin/id \
|
||||
filesystem/bin/login \
|
||||
filesystem/bin/passwd \
|
||||
filesystem/bin/su \
|
||||
filesystem/bin/sudo
|
||||
|
||||
|
@ -410,6 +411,7 @@ schemes: \
|
|||
filesystem/bin/example \
|
||||
filesystem/bin/ipd \
|
||||
filesystem/bin/orbital \
|
||||
filesystem/bin/randd \
|
||||
filesystem/bin/tcpd \
|
||||
filesystem/bin/udpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue