summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mlxcontrol/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-04-11 03:01:45 +0000
committermsmith <msmith@FreeBSD.org>2000-04-11 03:01:45 +0000
commite9115d2df19df8d9a0db6c4e98f69f7d0b089a76 (patch)
tree3cc2441cf5076d6c3e51a83fb0ac66666d975085 /usr.sbin/mlxcontrol/Makefile
parentadf731f0abaa675658ccf1c99ca1559e84334ca9 (diff)
downloadFreeBSD-src-e9115d2df19df8d9a0db6c4e98f69f7d0b089a76.zip
FreeBSD-src-e9115d2df19df8d9a0db6c4e98f69f7d0b089a76.tar.gz
This is a command-line management tool for RAID controllers managed by the
mlx(4) driver.
Diffstat (limited to 'usr.sbin/mlxcontrol/Makefile')
-rw-r--r--usr.sbin/mlxcontrol/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/mlxcontrol/Makefile b/usr.sbin/mlxcontrol/Makefile
new file mode 100644
index 0000000..3c16b51
--- /dev/null
+++ b/usr.sbin/mlxcontrol/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= mlxcontrol
+SRCS= command.c config.c interface.c util.c
+MAN8= mlxcontrol.8
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud