Deleted Added
full compact
Makefile (117847) Makefile (117870)
1# $FreeBSD: head/sys/modules/Makefile 117847 2003-07-21 21:48:45Z sam $
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 \
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:
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:
254# aac acpi aout apm atspeaker drm fpu gnufpu ibcs2 linprocfs linux ncv
252# aac acpi aout apm atspeaker drm 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 ---
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 ---