mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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@
5 lines
49 B
Makefile
5 lines
49 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pwait
|
|
|
|
.include <bsd.prog.mk>
|