Deleted Added
sdiff udiff text old ( 117847 ) new ( 117870 )
full compact
1# $FreeBSD: head/sys/modules/Makefile 117847 2003-07-21 21:48:45Z sam $
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 fpu \
191 gnufpu \
192 hea \
193 hfa \
194 i2c \
195 ibcs2 \
196 ie \
197 linprocfs \
198 linux \
199 lnc \

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

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

--- 66 unchanged lines hidden ---