5f9db65d8a
It doesn't really make sense to have it in runtime and let's not bloat utilities more. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D36221
13 lines
189 B
Makefile
13 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=nvme-tools
|
|
NVMECONTROLDIR= ${SRCTOP}/sbin/nvmecontrol
|
|
|
|
MK_INSTALLLIB= no
|
|
MK_PROFILE= no
|
|
|
|
CFLAGS+= -I${NVMECONTROLDIR}
|
|
|
|
SHLIB_NAME?= ${LIB}.so
|
|
LIBDIR= /lib/nvmecontrol
|