summaryrefslogtreecommitdiff
path: root/usr.sbin/mlxcontrol/Makefile
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-04-11 03:01:45 +0000
committerMike Smith <msmith@FreeBSD.org>2000-04-11 03:01:45 +0000
commitb6a7bef2be790d6b032b94ad8f87a73642f24018 (patch)
treea4c7bc29e514ab62dfab736fe4155be99fce695b /usr.sbin/mlxcontrol/Makefile
parent9b58ae86930d836f5a84a50c1e9f4bf95ebbd30f (diff)
Notes
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 000000000000..3c16b511026a
--- /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>
+