2014-07-16 09:55:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-10-28 10:39:41 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2014-07-16 09:55:36 +00:00
|
|
|
PROG= timeout
|
|
|
|
|
2014-10-28 10:39:41 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
SUBDIR+= tests
|
|
|
|
.endif
|
|
|
|
|
2014-07-16 09:55:36 +00:00
|
|
|
.include <bsd.prog.mk>
|