diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-12 00:09:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-12 00:09:16 +0000 |
commit | 40da83e761b8ad0a7a51e04d10a549e593590c18 (patch) | |
tree | 62affc7575792bb9003b1047de46e812045e5012 /sysutils/Makefile | |
parent | 3688609bd105638df42d2d71c1c9d4a7472c44bb (diff) |
wtail does the equivalent of tail -f on several files at once.
The screen is split into as many parts as there are files to watch.
Compiles on both -STABLE and -CURRENT.
PR: ports/46958
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes:
svn path=/head/; revision=72930
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 a46df77e9b7d..b3feb218aaa4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -268,6 +268,7 @@ SUBDIR += wmtop SUBDIR += wmzazof SUBDIR += wots + SUBDIR += wtail SUBDIR += x86info SUBDIR += xapply SUBDIR += xbatt |