freebsd-dev/bin/pwait/Makefile
Bryan Drewery b06b52baac pwait: Add a -t flag to specify a timeout before exiting, and tests.
The exit status will be 124, as the timeout(1) utility uses.

Reviewed by:	jilles
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D9697
2017-03-07 22:16:55 +00:00

11 lines
117 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PACKAGE=runtime
PROG= pwait
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>