freebsd-dev/sbin/nvmecontrol/modules/Makefile.inc
Emmanuel Vadot 5f9db65d8a pkgbase: Put nvmecontrol in its own package
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
2022-10-26 19:46:22 +02:00

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