diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-28 04:32:35 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-28 04:32:35 +0000 |
commit | fdc680e681e418140e0083c1e7e95aa36356944d (patch) | |
tree | 0a8c3886dfcc7d2130ad93fe87a3b37098d9a4d7 | |
parent | This is an Afterstep look & feel CPU statistics monitor tool. (diff) |
Welcome ascpu, graphically see how much CPU your machine is using.
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d1b058ea35af..63e887a43e48 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.59 1999/01/18 03:42:59 steve Exp $ +# $Id: Makefile,v 1.60 1999/02/04 05:12:53 gj Exp $ # SUBDIR += LPRng SUBDIR += afio SUBDIR += asapm + SUBDIR += ascpu SUBDIR += asrpages SUBDIR += bchunk SUBDIR += bkpupsd |