freebsd-dev/usr.bin/timeout/Makefile
Baptiste Daroussin 1c1c418e52 Add regression tests for the timeout(1) utility
They are modeled over the regression tests that are provided for the GNU
coreutils timeout(1) utility
2014-10-28 10:39:41 +00:00

12 lines
122 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PROG= timeout
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>