From 8bab117baad93fca79e90f626b6047de85efbb7f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 25 May 2002 11:33:55 +0000 Subject: Add wait_on-1.0 The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. Submitted by: Andrew Stevenson PR: ports/34414 --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 278ea938eaa6..662cb4d21f49 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -197,6 +197,7 @@ SUBDIR += uwatch SUBDIR += videogen SUBDIR += vobcopy + SUBDIR += wait_on SUBDIR += webmin SUBDIR += whowatch SUBDIR += wmapm -- cgit v1.2.3