summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2013-06-26 23:02:48 +0000
committerjimharris <jimharris@FreeBSD.org>2013-06-26 23:02:48 +0000
commit39388a678883e38b78d67404df046d224aaad6cf (patch)
tree9c40511663cc6c53e52cf9852d0e14e5c2ec8a62 /sbin/nvmecontrol/Makefile
parentb1ea6d920cace0d525411064ebed4d92092d9074 (diff)
downloadFreeBSD-src-39388a678883e38b78d67404df046d224aaad6cf.zip
FreeBSD-src-39388a678883e38b78d67404df046d224aaad6cf.tar.gz
Break out code related to the perftest command into a separate file.
Sponsored by: Intel MFC after: 3 days
Diffstat (limited to 'sbin/nvmecontrol/Makefile')
-rw-r--r--sbin/nvmecontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile
index e710942..b007bb1 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= nvmecontrol
-SRCS= nvmecontrol.c devlist.c identify.c
+SRCS= nvmecontrol.c devlist.c identify.c perftest.c
MAN= nvmecontrol.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud