diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2003-06-24 13:35:46 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2003-06-24 13:35:46 +0000 |
| commit | 7a07b896c5c42c73ddc14baf71778b10f1d4e84f (patch) | |
| tree | bec5afe9d6c40be302234da26a0ced7604cfbfdb /sys/modules/Makefile | |
| parent | 8590c016637cbf31729746ffc57bcb6fca61bfa1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e3805d6c417f..cd8e09eabf3c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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 |
