mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
42148fc49d
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
6 lines
51 B
Makefile
6 lines
51 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= timeout
|
|
|
|
.include <bsd.prog.mk>
|