Makefile revision 315723
1# $FreeBSD: stable/11/bin/pwait/Makefile 315723 2017-03-22 17:53:25Z bdrewery $
2
3.include <src.opts.mk>
4
5PACKAGE=runtime
6PROG=	pwait
7
8.if ${MK_TESTS} != "no"
9SUBDIR+=	tests
10.endif
11
12.include <bsd.prog.mk>
13