1# $FreeBSD$ 2 3PROG= mlxcontrol 4SRCS= command.c config.c interface.c util.c 5CFLAGS+= -I${.CURDIR}/../../sys 6 7.include <bsd.prog.mk> 8 9