diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-09 15:32:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-09 15:32:10 +0800 |
commit | 8cfceead66ae0561462320b8b523eaac7086c68b (patch) | |
tree | f3a5923c56493bd00499c08995a4e823fbec24e1 /sysutils/Makefile | |
parent | 9801f7b7f5fa96607ad9850795234bfe6f53c9d0 (diff) | |
download | freebsd-ports-gnome-8cfceead66ae0561462320b8b523eaac7086c68b.tar.gz freebsd-ports-gnome-8cfceead66ae0561462320b8b523eaac7086c68b.tar.zst freebsd-ports-gnome-8cfceead66ae0561462320b8b523eaac7086c68b.zip |
Add sysutils/top back into the tree
As the first step in updating this popular program, I am
releasing the current copy of the source for top 3.5. In
the coming weeks this should become the final 3.5 release.
Beta13 includes updated modules for freebsd, linux, and
AIX.
Included are all patches for FreeBSD 4.7 - 5.2 so that this version
can be used as a drop-in replacement for the base versions (use
TOP_OVERWRITE_BASE=yes)
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 df2cb320efc3..d01ad11edd55 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -340,6 +340,7 @@ SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tmpwatch + SUBDIR += top SUBDIR += toshctl SUBDIR += tree SUBDIR += ttyload |