summaryrefslogtreecommitdiff
path: root/devio
diff options
context:
space:
mode:
Diffstat (limited to 'devio')
-rw-r--r--devio/MAKEDEV4
1 files changed, 3 insertions, 1 deletions
diff --git a/devio/MAKEDEV b/devio/MAKEDEV
index 4e6872a6..bf5217dc 100644
--- a/devio/MAKEDEV
+++ b/devio/MAKEDEV
@@ -13,7 +13,7 @@ export _CWD
for I; do
case "$I" in
std)
- $0 console tty null zero fd
+ $0 console tty null zero fd time
;;
console|tty[0-9]?|tty[0-9a-f])
$ST $I /hurd/term $_CWD/$I device $I;;
@@ -29,6 +29,8 @@ for I; do
ln -f -s fd/1 stdout
ln -f -s fd/2 stderr
;;
+ time)
+ $ST $I /hurd/devport time ;;
# ptys
[pt]ty[pqPQ]?)