mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= timeout
|
|
|
|
SYMLINKS= ../..${BINDIR}/timeout /usr/bin/timeout
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|