diff options
author | will <will@FreeBSD.org> | 2002-06-27 14:17:41 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-27 14:17:41 +0000 |
commit | 4a3a7ab13c8d81503f5c1c745f941610da7414bf (patch) | |
tree | b9b25663232a7993545af6fbc4740676477971a1 /sysutils/Makefile | |
parent | 0baca628e9578c444df6d76ae9dc0635ae643b79 (diff) | |
download | FreeBSD-ports-4a3a7ab13c8d81503f5c1c745f941610da7414bf.zip FreeBSD-ports-4a3a7ab13c8d81503f5c1c745f941610da7414bf.tar.gz |
Add durep 0.8, an utility for monitoring disk usage in a more visual
way than du.
PR: 34991
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
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 ff38b5a..3e164e8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -47,6 +47,7 @@ SUBDIR += diskusage SUBDIR += doconfig SUBDIR += du2ps + SUBDIR += durep SUBDIR += dvdtape SUBDIR += e2fsprogs SUBDIR += eject |