summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-09-17 21:26:55 +0000
committerjimharris <jimharris@FreeBSD.org>2012-09-17 21:26:55 +0000
commit780e34335877dc180bc72eaffaab22d097e556a5 (patch)
tree2dd7a9d28f6ed699c3a2734c857ace47d7601e08 /sbin/nvmecontrol/Makefile
parent1a22bd7a4ff4d625b267883b9d067b98ef07995a (diff)
downloadFreeBSD-src-780e34335877dc180bc72eaffaab22d097e556a5.zip
FreeBSD-src-780e34335877dc180bc72eaffaab22d097e556a5.tar.gz
Add nvmecontrol(8) source code and beginnings of a man page to the tree.
Sponsored by: Intel Contributions from: Joe Golio/EMC <joseph dot golio at emc dot com>
Diffstat (limited to 'sbin/nvmecontrol/Makefile')
-rw-r--r--sbin/nvmecontrol/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile
new file mode 100644
index 0000000..04cefaa
--- /dev/null
+++ b/sbin/nvmecontrol/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= nvmecontrol
+MAN= nvmecontrol.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud