2009-11-17 17:47:20 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-07 17:16:55 -05:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
2016-02-09 11:58:50 -05:00
|
|
|
PACKAGE=runtime
|
2009-11-17 17:47:20 -05:00
|
|
|
PROG= pwait
|
|
|
|
|
|
2017-03-07 17:16:55 -05:00
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
|
|
2009-11-17 17:47:20 -05:00
|
|
|
.include <bsd.prog.mk>
|