summaryrefslogtreecommitdiff
path: root/devio/MAKEDEV
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-30 17:34:17 +0000
committerRoland McGrath <roland@gnu.org>1996-01-30 17:34:17 +0000
commit62ab9a3899a49a5c52539d00e10f6d59a4dcc763 (patch)
tree7f8490718cbb465a6f246ed9a6cf41cd15d3c2b0 /devio/MAKEDEV
parent11245b0e84fd08142edca6bf2983c9906341acf8 (diff)
Grok `tty'.
Diffstat (limited to 'devio/MAKEDEV')
-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