64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
153 B
Makefile
12 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mlxcontrol
|
|
MAN= mlxcontrol.8
|
|
SRCS= command.c config.c interface.c util.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|