summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-29 23:43:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-29 23:43:48 +0000
commitabcbc8b2329ca2eb72a436ef84deadfd3d0a9b07 (patch)
tree23f59abb41125a8aab302f09ecd5bd4c3806c7bc /sysutils/Makefile
parent- Fix build on -current (varargs -> stdargs in embedded tcl) (diff)
- New port: sysutils/filelight
Filelight graphically represents a file system as a set of concentric segmented-rings, indicating where diskspace is being used. Segments expanding from the center represent files (including directories), with each segment's size being proportional to the file's size and directories having child segments. PR: 56152 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes
Notes: svn path=/head/; revision=88014
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 40fc9068da55..117ceced6c3e 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -86,6 +86,7 @@
SUBDIR += ffsrecov
SUBDIR += file
SUBDIR += filedupe
+ SUBDIR += filelight
SUBDIR += fileutils
SUBDIR += finfo
SUBDIR += flasher