mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
13 lines
238 B
Makefile
13 lines
238 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
|