summaryrefslogtreecommitdiffstats
path: root/bin/pwait/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-03-22 17:53:25 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-03-22 17:53:25 +0000
commit6f1e2c1745b78711f7687843e16b2647dc7c7545 (patch)
tree92709a338c2405c6ba6e8424800d6ab70abba64b /bin/pwait/Makefile
parent9bbcb4a042df2ed01fc31c024908ca24ca9c3d9f (diff)
downloadFreeBSD-src-6f1e2c1745b78711f7687843e16b2647dc7c7545.zip
FreeBSD-src-6f1e2c1745b78711f7687843e16b2647dc7c7545.tar.gz
MFC r314886,r314943,r314944:
r314886: pwait: Add a -t flag to specify a timeout before exiting, and tests. r314943: Remove unneeded -x from tests. r314944: Rename some tests to end in _test.
Diffstat (limited to 'bin/pwait/Makefile')
-rw-r--r--bin/pwait/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/pwait/Makefile b/bin/pwait/Makefile
index a282c18..9d2c92d 100644
--- a/bin/pwait/Makefile
+++ b/bin/pwait/Makefile
@@ -1,6 +1,12 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PACKAGE=runtime
PROG= pwait
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud