mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
10 lines
116 B
Makefile
10 lines
116 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= pwait
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|