summaryrefslogtreecommitdiff
path: root/devio
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
commitce7f83eb2327315f38f31eaf7cd22aded2610695 (patch)
tree7e2ef1939d85db8b871fd20f893daa93c2e0191d /devio
parent0de2a41da1be00201e65a2cec1d80ae1bc550722 (diff)
Grok `tty'.
Diffstat (limited to 'devio')
-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