aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorJim Harris <jimharris@FreeBSD.org>2013-06-26 23:00:42 +0000
committerJim Harris <jimharris@FreeBSD.org>2013-06-26 23:00:42 +0000
commit6f0823e45d96deb4ac0d7fc5da7af641897cf950 (patch)
tree99fbf80e64cadb790119d434f601ff773be79eff /sbin/nvmecontrol/Makefile
parent6660d5e435106198a319e0084f029b5acafcc9ab (diff)
downloadsrc-6f0823e45d96deb4ac0d7fc5da7af641897cf950.tar.gz
src-6f0823e45d96deb4ac0d7fc5da7af641897cf950.zip
Break out code related to the identify command into a separate source file.
Sponsored by: Intel MFC after: 3 days
Notes
Notes: svn path=/head/; revision=252266
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 4440c6ff7e41..e7109420aaf5 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= nvmecontrol
-SRCS= nvmecontrol.c devlist.c
+SRCS= nvmecontrol.c devlist.c identify.c
MAN= nvmecontrol.8
.include <bsd.prog.mk>