mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
|
|
PROG= mlxcontrol
|
|
MAN= mlxcontrol.8
|
|
SRCS= command.c config.c interface.c util.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|