diff options
author | pav <pav@FreeBSD.org> | 2005-06-05 14:44:29 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-05 14:44:29 +0000 |
commit | 44c869b30bdef3ce9a772e69fd5e4307616e3104 (patch) | |
tree | f0ef324dfdd00d577af426a424bb002eea3ab936 /misc/Makefile | |
parent | 0e51ef1f6d5fa4d23492314f94e0a86a0766cf51 (diff) | |
download | FreeBSD-ports-44c869b30bdef3ce9a772e69fd5e4307616e3104.zip FreeBSD-ports-44c869b30bdef3ce9a772e69fd5e4307616e3104.tar.gz |
GNU watch runs command repeatedly, displaying its output (the first
screenfull). This allows you to watch the program output change over
time.
PR: ports/81892
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index fdcf7f2..00f7ea4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -125,6 +125,7 @@ SUBDIR += gnomemimedata SUBDIR += gnomesword SUBDIR += gnomeuserdocs2 + SUBDIR += gnu-watch SUBDIR += gnuls SUBDIR += gnustep-examples SUBDIR += goblin |