1# $FreeBSD$ 2 3PACKAGE= mlx-tools 4 5PROG= mlxcontrol 6MAN= mlxcontrol.8 7SRCS= command.c config.c interface.c util.c 8 9CFLAGS+= -I${SRCTOP}/sys 10 11WARNS?= 2 12 13.include <bsd.prog.mk> 14