Fix make buildworld -DMODULES_WITH_WORLD on i386
This commit is contained in:
parent
53df99cb04
commit
a5214d11ef
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user