]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/mlxcontrol/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / mlxcontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   mlxcontrol
4 MAN=    mlxcontrol.8
5 SRCS=   command.c config.c interface.c util.c
6
7 CFLAGS+= -I${.CURDIR}/../../sys
8
9 WARNS?= 2
10
11 .include <bsd.prog.mk>