mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= dtraceall
|
|
SRCS= dtraceall.c opt_compat.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../..
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
.if ${MACHINE_ARCH} == "amd64"
|
|
opt_compat.h:
|
|
echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|