]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mlxcontrol/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.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${SRCTOP}/sys
8
9 WARNS?= 2
10
11 .include <bsd.prog.mk>