1# $FreeBSD: releng/10.3/usr.bin/timeout/Makefile 287392 2015-09-02 05:45:47Z bapt $
2
3.include <bsd.own.mk>
4
5PROG=	timeout
6
7.if ${MK_TESTS} != "no"
8SUBDIR+= tests
9.endif
10
11.include <bsd.prog.mk>
12