summaryrefslogtreecommitdiff
path: root/bin/timeout/Makefile
blob: 0b06ca57c847f274d8fae2193d23b77e4e13d08d (plain)
1
2
3
4
5
6
7
8
9
10
.include <src.opts.mk>

PROG=	timeout

SYMLINKS=	../..${BINDIR}/timeout /usr/bin/timeout

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>