opnsense-src/bin/timeout/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
153 B
Makefile
Raw Normal View History

.include <src.opts.mk>
PROG= timeout
SYMLINKS= ../..${BINDIR}/timeout /usr/bin/timeout
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>