mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
16 lines
378 B
Makefile
16 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../cddl/dev/lockstat
|
|
|
|
KMOD= lockstat
|
|
SRCS= lockstat.c
|
|
|
|
SRCS+= vnode_if.h opt_kdtrace.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
|
|
-I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
|
|
-I${.CURDIR}/../../..
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${.CURDIR}/../../../cddl/compat/opensolaris/sys/debug_compat.h
|