diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-04 02:06:13 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-04 02:06:13 +0000 |
commit | 07d921722ec4f51b37f86693d449042411ca16c7 (patch) | |
tree | e5612bd10e27ddb9c334415351b6625c227b439b /sysutils/Makefile | |
parent | `xloadface' is a network load monitor for X11. This program use the rwhod (diff) |
Turned on xloadface.
Notes
Notes:
svn path=/head/; revision=4785
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 185c05686a70..502f439cbcce 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1996/11/12 05:00:34 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/26 09:05:33 asami Exp $ # SUBDIR += afio @@ -12,6 +12,7 @@ SUBDIR += xbatt SUBDIR += xcpustate SUBDIR += xdu + SUBDIR += xloadface SUBDIR += xperfmon SUBDIR += xsysinfo SUBDIR += xsysstats |