diff options
author | bde <bde@FreeBSD.org> | 1995-01-19 16:29:30 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-01-19 16:29:30 +0000 |
commit | 8838d36fa522fbbe24c8268f17c44497feff8c20 (patch) | |
tree | c0a8816469f61f842629d8fd84cecf513068f1b5 /usr.sbin/Makefile | |
parent | 5f909271d13c1a71bc5af1e67b9b074fd01956be (diff) | |
download | FreeBSD-src-8838d36fa522fbbe24c8268f17c44497feff8c20.zip FreeBSD-src-8838d36fa522fbbe24c8268f17c44497feff8c20.tar.gz |
Enable iostat on i386's.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index eebc536..0d44d62 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -24,9 +24,8 @@ SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \ .elif ${MACHINE} == "hp300" SUBDIR+=config iostat .elif ${MACHINE} == "i386" -SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol \ +SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \ kbdcontrol lptcontrol ncrcontrol rtprio spkrtest swapinfo vidcontrol -# iostat .elif ${MACHINE} == "luna68k" SUBDIR+=config iostat .elif ${MACHINE} == "mips" |