summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devio/MAKEDEV2
1 files changed, 2 insertions, 0 deletions
diff --git a/devio/MAKEDEV b/devio/MAKEDEV
index 4adbf331..4e6872a6 100644
--- a/devio/MAKEDEV
+++ b/devio/MAKEDEV
@@ -21,6 +21,8 @@ for I; do
$ST $I /hurd/null ;;
zero)
$ST $I /hurd/null -z ;;
+ tty)
+ $ST $I /hurd/magic tty ;;
fd)
$ST $I /hurd/magic fd
ln -f -s fd/0 stdin