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:
Ian Dowse 2003-06-24 13:35:46 +00:00
parent 8590c01663
commit 7a07b896c5

View File

@ -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