freebsd-dev/sbin/nvmecontrol/modules/Makefile.inc
Warner Losh eac8e82796 Move intel and wdc files to their own modules
Move the intel and wdc vendor specific stuff to their own modules.

Sponsored by: Netflix
Differential Revision:  https://reviews.freebsd.org/D18460
2018-12-06 22:58:55 +00:00

13 lines
186 B
Makefile

# $FreeBSD$
PACKAGE=runtime
NVMECONTROLDIR= ${SRCTOP}/sbin/nvmecontrol
MK_INSTALLLIB= no
MK_PROFILE= no
CFLAGS+= -I${NVMECONTROLDIR}
SHLIB_NAME?= ${LIB}.so
LIBDIR= /lib/nvmecontrol