mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
153 B
Makefile
11 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>
|