mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
14 lines
239 B
Makefile
14 lines
239 B
Makefile
|
|
SYSDIR?= ${SRCTOP}/sys
|
|
|
|
.PATH: ${SYSDIR}/cddl/dev/dtmalloc
|
|
|
|
KMOD= dtmalloc
|
|
SRCS= dtmalloc.c
|
|
SRCS+= vnode_if.h
|
|
|
|
CFLAGS+= ${OPENZFS_CFLAGS}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|