1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 22:08:02 +00:00

Fix make buildworld -DMODULES_WITH_WORLD on i386

This commit is contained in:
Ulrich Spörlein 2011-04-09 09:07:31 +00:00
parent 181b4eebb9
commit 61446bf2e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220470
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