mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
8 lines
78 B
Makefile
8 lines
78 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= mlx5tool
|
||
|
|
MAN= mlx5tool.8
|
||
|
|
WARNS?= 6
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|