diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-16 13:00:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-16 13:00:09 +0800 |
commit | a69327b81fe782ce5ea6e8f5ebe953d78301e84b (patch) | |
tree | 7cca014ab2d24577fb9c169f6b2fbffc5aa18ad9 /sysutils/Makefile | |
parent | f975f62d3b697322dde5b6c0d507def7dce8c483 (diff) | |
download | freebsd-ports-gnome-a69327b81fe782ce5ea6e8f5ebe953d78301e84b.tar.gz freebsd-ports-gnome-a69327b81fe782ce5ea6e8f5ebe953d78301e84b.tar.zst freebsd-ports-gnome-a69327b81fe782ce5ea6e8f5ebe953d78301e84b.zip |
New port: sysutils/cmdwatch - watches output of a specific command
PR: ports/42169
Submitted by: Brad Johnson <bjohnson@wedgie.org>
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 b3feb218aaa4..68b3054d6953 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -34,6 +34,7 @@ SUBDIR += cfengine2 SUBDIR += checkservice SUBDIR += clockspeed + SUBDIR += cmdwatch SUBDIR += colorize SUBDIR += comconsole SUBDIR += consolehm |