The ext2fs module needs a machine-dependent bitops.h file, so only
build it on the i386 and alpha architectures, where this has been set up (there is also a sparc64-bitops.h in sys/gnu/ext2fs, but it appears to be broken and it is not linked up). This should unbreak the sparc64 LINT build.
This commit is contained in:
parent
8590c01663
commit
7a07b896c5
@ -147,9 +147,11 @@ SUBDIR= accf_data \
|
||||
wlan \
|
||||
xl
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
|
||||
.if defined(WANT_EXT2FS_MODULE) || defined(ALL_MODULES)
|
||||
SUBDIR+=ext2fs
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NO_IPFILTER) || defined(ALL_MODULES)
|
||||
SUBDIR+=ipfilter
|
||||
|
Loading…
x
Reference in New Issue
Block a user