freebsd-dev/usr.sbin/mlxcontrol/Makefile
Emmanuel Vadot 80645e1ce5 pkgbase: Create a mlx-tools package
mlx* are only useful for users who have a Mellanox card.
Create a package for it so users that don't have this card can
avoid having this program.

Differential Revision:	https://reviews.freebsd.org/D31795
2021-09-07 10:20:16 +02:00

14 lines
173 B
Makefile

# $FreeBSD$
PACKAGE= mlx-tools
PROG= mlxcontrol
MAN= mlxcontrol.8
SRCS= command.c config.c interface.c util.c
CFLAGS+= -I${SRCTOP}/sys
WARNS?= 2
.include <bsd.prog.mk>