summaryrefslogtreecommitdiff
path: root/usr.sbin/mlxcontrol/Makefile
blob: e9832876da36cb5717248cf2ea511f4c97a8ebc1 (plain)
1
2
3
4
5
6
7
8
9
PROG=	mlxcontrol
MAN=	mlxcontrol.8
SRCS=	command.c config.c interface.c util.c

CFLAGS+= -I${SRCTOP}/sys

WARNS?=	2

.include <bsd.prog.mk>