# $FreeBSD$
PROG= mlxcontrol
SRCS= command.c config.c interface.c util.c
CFLAGS+= -I${.CURDIR}/../../sys
.include <bsd.prog.mk>