freebsd-dev/bin/timeout/Makefile

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

13 lines
165 B
Makefile
Raw Normal View History

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