diff options
| author | John Birrell <jb@FreeBSD.org> | 2008-05-17 02:31:19 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2008-05-17 02:31:19 +0000 |
| commit | b8915e90a27946bcfdbe54971a748ff966bbbf14 (patch) | |
| tree | 3e19aa993813cfe11da03f40427e71c4402b164c /sys/modules/dtrace/lockstat | |
| parent | 385db7fe8f842c4b9b0810b9a4ff5143de4c7049 (diff) | |
Notes
Diffstat (limited to 'sys/modules/dtrace/lockstat')
| -rw-r--r-- | sys/modules/dtrace/lockstat/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/dtrace/lockstat/Makefile b/sys/modules/dtrace/lockstat/Makefile new file mode 100644 index 000000000000..d387dab96751 --- /dev/null +++ b/sys/modules/dtrace/lockstat/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../cddl/dev/lockstat + +KMOD= lockstat +SRCS= lockstat.c + +SRCS+= vnode_if.h + +CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \ + -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \ + -I${.CURDIR}/../../.. + +.include <bsd.kmod.mk> |
