]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/dtrace/dtraceall/Makefile
[SA-14:31] Fix multiple vulnerabilities in NTP suite.
[FreeBSD/releng/9.2.git] / sys / modules / dtrace / dtraceall / Makefile
1 # $FreeBSD$
2
3 KMOD=           dtraceall
4 SRCS=           dtraceall.c opt_compat.h
5
6 CFLAGS+=        -I${.CURDIR}/../../..
7
8 .if !defined(KERNBUILDDIR)
9 .if ${MACHINE_ARCH} == "amd64"
10 opt_compat.h:
11         echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
12 .endif
13 .endif
14
15 .include <bsd.kmod.mk>