b6a7bef2be
mlx(4) driver.
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mlxcontrol
|
|
SRCS= command.c config.c interface.c util.c
|
|
MAN8= mlxcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|