diff options
author | billf <billf@FreeBSD.org> | 1999-02-28 12:32:35 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-28 12:32:35 +0800 |
commit | 650abc8967088dc4a1f2bc5a735881c9bcfbdfaf (patch) | |
tree | 3ca4a7690946c18cbc9bdd309b2a789d552695fe /sysutils | |
parent | fd685961f46be7951e8d6e13b94d54eb8b7a2789 (diff) | |
download | freebsd-ports-graphics-650abc8967088dc4a1f2bc5a735881c9bcfbdfaf.tar.gz freebsd-ports-graphics-650abc8967088dc4a1f2bc5a735881c9bcfbdfaf.tar.zst freebsd-ports-graphics-650abc8967088dc4a1f2bc5a735881c9bcfbdfaf.zip |
Welcome ascpu, graphically see how much CPU your machine is using.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d1b058ea35a..63e887a43e4 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 |