Deleted Added
full compact
Makefile (220470) Makefile (239971)
1# $FreeBSD: head/sys/modules/dtrace/dtraceall/Makefile 220470 2011-04-09 09:07:31Z uqs $
1# $FreeBSD: head/sys/modules/dtrace/dtraceall/Makefile 239971 2012-09-01 07:35:16Z rpaulo $
2
3KMOD= dtraceall
2
3KMOD= dtraceall
4SRCS= dtraceall.c opt_compat.h
4SRCS= dtraceall.c opt_compat.h opt_nfs.h
5
6CFLAGS+= -I${.CURDIR}/../../..
7
8.if !defined(KERNBUILDDIR)
9.if ${MACHINE_ARCH} == "amd64"
10opt_compat.h:
11 echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
12.endif
13.endif
14
15.include <bsd.kmod.mk>
5
6CFLAGS+= -I${.CURDIR}/../../..
7
8.if !defined(KERNBUILDDIR)
9.if ${MACHINE_ARCH} == "amd64"
10opt_compat.h:
11 echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
12.endif
13.endif
14
15.include <bsd.kmod.mk>