summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mlxcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mlxcontrol/Makefile')
-rw-r--r--usr.sbin/mlxcontrol/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/mlxcontrol/Makefile b/usr.sbin/mlxcontrol/Makefile
new file mode 100644
index 0000000..038544b
--- /dev/null
+++ b/usr.sbin/mlxcontrol/Makefile
@@ -0,0 +1,11 @@
+# $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>
OpenPOWER on IntegriCloud