aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mlxcontrol/Makefile
blob: d18ed4ac77a525ecd3b01a0c65f5075f53cfc573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

PROG=	mlxcontrol
MAN=	mlxcontrol.8
SRCS=	command.c config.c interface.c util.c

CFLAGS+= -I${SRCTOP}/sys

WARNS?=	2

.include <bsd.prog.mk>