summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2013-06-26 22:58:59 +0000
committerjimharris <jimharris@FreeBSD.org>2013-06-26 22:58:59 +0000
commit9be98f32603c4fcdf33df3e8835aacd52634c434 (patch)
tree466335a8dd71a8955a030e158cfb4796994a76f2 /sbin/nvmecontrol/Makefile
parentd44eb52f68b14bcc0506717efc547a9699e12ca1 (diff)
downloadFreeBSD-src-9be98f32603c4fcdf33df3e8835aacd52634c434.zip
FreeBSD-src-9be98f32603c4fcdf33df3e8835aacd52634c434.tar.gz
Break out code related to the devlist command into a separate source file.
Sponsored by: Intel MFC after: 3 days
Diffstat (limited to 'sbin/nvmecontrol/Makefile')
-rw-r--r--sbin/nvmecontrol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile
index 04cefaa..4440c6f 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= nvmecontrol
+SRCS= nvmecontrol.c devlist.c
MAN= nvmecontrol.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud