Deleted Added
sdiff udiff text old ( 117847 ) new ( 117870 )
full compact
1# $FreeBSD: head/sys/modules/Makefile 117870 2003-07-22 08:11:17Z peter $
2
3.if !defined(NOCRYPT) || defined(ALL_MODULES)
4.if exists(${.CURDIR}/../opencrypto)
5_crypto= crypto
6_cryptodev= cryptodev
7.endif
8.if exists(${.CURDIR}/../crypto)
9_random= random

--- 172 unchanged lines hidden (view full) ---

182 bktr \
183 coff \
184 drm \
185 ed \
186 elink \
187 em \
188 ep \
189 fe \
190 hea \
191 hfa \
192 i2c \
193 ibcs2 \
194 ie \
195 linprocfs \
196 linux \
197 lnc \

--- 46 unchanged lines hidden (view full) ---

244 canbus \
245 pmc \
246 snc
247.endif
248.endif
249
250.if ${MACHINE_ARCH} == "ia64"
251# Modules not enabled on ia64 (as compared to i386) include:
252# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
253# nsp oltr pecoff s3 sbni stg vesa
254SUBDIR+=aic \
255 ar \
256 arcnet \
257 asr \
258 bktr \
259 cardbus \
260 cbb \

--- 66 unchanged lines hidden ---