summaryrefslogtreecommitdiffstats
path: root/bin/pwait/Makefile
diff options
context:
space:
mode:
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