freebsd-skq/usr.bin/timeout/Makefile
Baptiste Daroussin 42148fc49d New BSDL timeout(1) utility compatible with GNU timeout
it fully passes the GNU timeout regression tests, it is written in a mostly
portable way (only signal parsing is relying on non portable structures)

Phabric:	D377
2014-07-16 09:55:36 +00:00

6 lines
51 B
Makefile

# $FreeBSD$
PROG= timeout
.include <bsd.prog.mk>