xref: /freebsd-12.1/usr.sbin/mlxcontrol/Makefile (revision 64a0982b)
1# $FreeBSD$
2
3PROG=	mlxcontrol
4MAN=	mlxcontrol.8
5SRCS=	command.c config.c interface.c util.c
6
7CFLAGS+= -I${SRCTOP}/sys
8
9WARNS?=	2
10
11.include <bsd.prog.mk>
12