1# $FreeBSD: releng/11.0/usr.bin/timeout/Makefile 273771 2014-10-28 10:39:41Z bapt $
2
3.include <src.opts.mk>
4
5PROG=	timeout
6
7.if ${MK_TESTS} != "no"
8SUBDIR+= tests
9.endif
10
11.include <bsd.prog.mk>
12