freebsd-dev/usr.sbin/mlxcontrol/Makefile
Emmanuel Vadot 06cce53d56 pkgbase: Move back mlxcontrol in the default package
mlxcontrol(8) is a tool for mlx(4) raid card and isn't related to
Mellanox card.

Reported by:	jhb
2021-09-09 08:14:53 +02:00

12 lines
153 B
Makefile

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