summaryrefslogtreecommitdiff
path: root/devio
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-02-20 18:38:10 +0000
committerMiles Bader <miles@gnu.org>1996-02-20 18:38:10 +0000
commit0ed9021be7cd90ebb9116ea3ba26f50cc81105f7 (patch)
tree988a5b8412941ec963714cea758983f89d08f779 /devio
parent9b82dd57efc2370720627abb5ba3f79f4b9c2e69 (diff)
Add rule for `time', and add `time' to std.
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]?)