mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
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
5 lines
51 B
Makefile
5 lines
51 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= timeout
|
|
|
|
.include <bsd.prog.mk>
|