Fix make buildworld -DMODULES_WITH_WORLD on i386

This commit is contained in:
uqs 2011-04-09 09:07:31 +00:00
parent 53df99cb04
commit a5214d11ef
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
KMOD= arcnet
SRCS= if_arcsubr.c
SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
SRCS+= opt_inet.h opt_inet6.h opt_ipx.h opt_ofed.h
EXPORT_SYMS= arc_frag_init \
arc_frag_next \

View File

@ -6,8 +6,8 @@ SRCS= dtraceall.c opt_compat.h
CFLAGS+= -I${.CURDIR}/../../..
.if !defined(KERNBUILDDIR)
opt_compat.h:
.if ${MACHINE_ARCH} == "amd64"
opt_compat.h:
echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
.endif
.endif