From: Arun Thomas Date: Tue, 23 Jun 2009 12:22:35 +0000 (+0000) Subject: Restore last(1) and uptime(1) building/installing. X-Git-Tag: v3.1.5~235 X-Git-Url: http://zhaoyanbai.com/repos/icons/jhe061.png?a=commitdiff_plain;h=dacc0644c89128a8024eb335d0787e5812257dd1;p=minix.git Restore last(1) and uptime(1) building/installing. --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 8aa7fc4a6..226c7f279 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -108,6 +108,7 @@ ALL = \ isoread \ join \ kill \ + last \ leave \ life \ loadramdisk \ @@ -989,6 +990,8 @@ install: \ /usr/bin/join \ /usr/bin/kill \ /usr/bin/leave \ + /usr/bin/last \ + /usr/bin/uptime \ /usr/bin/life \ /usr/bin/loadramdisk \ /usr/bin/login \