aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-12-06 22:58:55 +0000
committerWarner Losh <imp@FreeBSD.org>2018-12-06 22:58:55 +0000
commiteac8e82796f7c81772da27db2371707b8986bec8 (patch)
treea4aa161a19c81eefa3eac6582dd43beef6b62096 /sbin/nvmecontrol/Makefile
parent0d095c23a0cda5cf912c103d31e11ba227cfce0b (diff)
downloadsrc-eac8e82796f7c81772da27db2371707b8986bec8.tar.gz
src-eac8e82796f7c81772da27db2371707b8986bec8.zip
Notes
Diffstat (limited to 'sbin/nvmecontrol/Makefile')
-rw-r--r--sbin/nvmecontrol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile
index 4a53b3df6f9b..501dcaf8a5ec 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -4,10 +4,11 @@ PACKAGE=runtime
PROG= nvmecontrol
SRCS= nvmecontrol.c devlist.c firmware.c format.c identify.c identify_ext.c logpage.c \
perftest.c reset.c ns.c nvme_util.c power.c nc_util.c
-SRCS+= wdc.c intel.c
MAN= nvmecontrol.8
LDFLAGS+= -rdynamic
+SUBDIR= modules
.PATH: ${SRCTOP}/sys/dev/nvme
.include <bsd.prog.mk>
+.include <bsd.subdir.mk>