summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/nvmecontrol/Makefile')
-rw-r--r--sbin/nvmecontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile
index 04cefaa..ea60da3 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -1,6 +1,10 @@
# $FreeBSD$
PROG= nvmecontrol
+SRCS= nvmecontrol.c devlist.c firmware.c identify.c logpage.c \
+ perftest.c reset.c nvme_util.c
MAN= nvmecontrol.8
+.PATH: ${.CURDIR}/../../sys/dev/nvme
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud