# $FreeBSD: stable/11/usr.bin/timeout/Makefile 273771 2014-10-28 10:39:41Z bapt $

.include <src.opts.mk>

PROG=	timeout

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>
