0e5e416780
This is similar to the Solaris utility of the same name. Some use cases: * rc.subr's wait_for_pids * interactive use, e.g. to shut down the computer when some task is done even if the task is already running Discussed on: hackers@
6 lines
49 B
Makefile
6 lines
49 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pwait
|
|
|
|
.include <bsd.prog.mk>
|