mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
12 lines
160 B
Makefile
12 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mlxcontrol
|
|
MAN= mlxcontrol.8
|
|
SRCS= command.c config.c interface.c util.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|