From 0087483adf8bbbc0bfa0e5c84300d22081b21a44 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 20 Feb 1996 18:38:10 +0000 Subject: Add rule for `time', and add `time' to std. --- devio/MAKEDEV | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devio') 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]?) -- cgit v1.2.3