]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/modules/dtrace/dtraceall/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / sys / modules / dtrace / dtraceall / Makefile
1 # $FreeBSD$
2
3 KMOD=           dtraceall
4 SRCS=           dtraceall.c
5
6 CFLAGS+=        -I${.CURDIR}/../../..
7
8 .include <bsd.kmod.mk>