summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-09-17 21:41:38 +0000
committerjimharris <jimharris@FreeBSD.org>2012-09-17 21:41:38 +0000
commit35d5f1b45783602bdc69a4c86fd94601568f4307 (patch)
tree32bc1df960eec5444a622c7ace136bf3c18c53fe /sbin
parent780e34335877dc180bc72eaffaab22d097e556a5 (diff)
downloadFreeBSD-src-35d5f1b45783602bdc69a4c86fd94601568f4307.zip
FreeBSD-src-35d5f1b45783602bdc69a4c86fd94601568f4307.tar.gz
Integrate nvmecontrol(8) into the amd64 and i386 builds.
This includes adding NVMe header files to /usr/include/dev/nvme. Sponsored by: Intel
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile.amd641
-rw-r--r--sbin/Makefile.i3861
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/Makefile.amd64 b/sbin/Makefile.amd64
index 2d231b0..d3cf350 100644
--- a/sbin/Makefile.amd64
+++ b/sbin/Makefile.amd64
@@ -2,3 +2,4 @@
SUBDIR += bsdlabel
SUBDIR += fdisk
+SUBDIR += nvmecontrol
diff --git a/sbin/Makefile.i386 b/sbin/Makefile.i386
index 4135c44..0ced312 100644
--- a/sbin/Makefile.i386
+++ b/sbin/Makefile.i386
@@ -2,4 +2,5 @@
SUBDIR += bsdlabel
SUBDIR += fdisk
+SUBDIR += nvmecontrol
SUBDIR += sconfig
OpenPOWER on IntegriCloud