aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJim Harris <jimharris@FreeBSD.org>2012-09-17 21:41:38 +0000
committerJim Harris <jimharris@FreeBSD.org>2012-09-17 21:41:38 +0000
commita724927cf3aa5ee3a73d85a6633c15909d2bffc3 (patch)
tree32bc1df960eec5444a622c7ace136bf3c18c53fe /sbin
parent4cb79292f73a598bf23263f541c17da72d55b365 (diff)
downloadsrc-a724927cf3aa5ee3a73d85a6633c15909d2bffc3.tar.gz
src-a724927cf3aa5ee3a73d85a6633c15909d2bffc3.zip
Integrate nvmecontrol(8) into the amd64 and i386 builds.
This includes adding NVMe header files to /usr/include/dev/nvme. Sponsored by: Intel
Notes
Notes: svn path=/head/; revision=240621
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 2d231b0cb2b0..d3cf350ee2cc 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 4135c44082c9..0ced312832f8 100644
--- a/sbin/Makefile.i386
+++ b/sbin/Makefile.i386
@@ -2,4 +2,5 @@
SUBDIR += bsdlabel
SUBDIR += fdisk
+SUBDIR += nvmecontrol
SUBDIR += sconfig