diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-04 02:06:13 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-04 02:06:13 +0000 |
commit | 0778b0c154e46891800e19219ce97d55a346a6d9 (patch) | |
tree | b5f072a30842c6511a969d0160ec21e8aedb5ba7 | |
parent | 51a7f409a508c060687f8382674673b18c0c52e7 (diff) | |
download | FreeBSD-ports-0778b0c154e46891800e19219ce97d55a346a6d9.zip FreeBSD-ports-0778b0c154e46891800e19219ce97d55a346a6d9.tar.gz |
Turned on xloadface.
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 185c056..502f439 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 |