mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= timeout
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|