mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -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
15 lines
275 B
Makefile
15 lines
275 B
Makefile
SYSDIR?= ${SRCTOP}/sys
|
|
|
|
.PATH: ${SYSDIR}/cddl/dev/systrace
|
|
|
|
KMOD= systrace_linux32
|
|
|
|
SRCS= systrace.c
|
|
SRCS+= vnode_if.h
|
|
|
|
CFLAGS+= ${OPENZFS_CFLAGS}
|
|
CFLAGS+= -DLINUX32_SYSTRACE
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|