diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-07 23:53:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-07 23:53:23 +0000 |
commit | 67b80dc124f932c0ac8381dee0d895283f5fdc0e (patch) | |
tree | fba47b8a02fd9ee0e397060e459b13f58aad8962 /sysutils/Makefile | |
parent | 1aaf94f34010317ce35510fd8596d770708fad68 (diff) |
Add freecolor, a 'free' replacement that displays free memory graphically
as a bargraph. It supports the same options as 'free'.
http://www.rkeene.org/oss/freecolor/
PR: ports/61038
Submitted by: Tim Bishop <tim@bishnet.net>
Notes
Notes:
svn path=/head/; revision=97615
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c8a3b1196b01..df2cb320efc3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -114,6 +114,7 @@ SUBDIR += fontedit SUBDIR += fonteditfs SUBDIR += fortunelock + SUBDIR += freecolor SUBDIR += freedt SUBDIR += freesbie SUBDIR += fsck_ext2fs |