Deleted Added
full compact
Makefile (112793) Makefile (112798)
1# $FreeBSD: head/sys/modules/Makefile 112793 2003-03-29 13:42:20Z mdodd $
1# $FreeBSD: head/sys/modules/Makefile 112798 2003-03-29 15:20:45Z mdodd $
2
3.if exists(${.CURDIR}/../opencrypto) && !defined(NOCRYPT)
4_crypto= crypto
5_cryptodev= cryptodev
6.endif
7.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
8_random= random
9.endif

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

199 vinum \
200 wi \
201 xe
202
203.if ${MACHINE} == "i386"
204SUBDIR+=aac \
205 acpi \
206 asr \
2
3.if exists(${.CURDIR}/../opencrypto) && !defined(NOCRYPT)
4_crypto= crypto
5_cryptodev= cryptodev
6.endif
7.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
8_random= random
9.endif

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

199 vinum \
200 wi \
201 xe
202
203.if ${MACHINE} == "i386"
204SUBDIR+=aac \
205 acpi \
206 asr \
207 bios \
207 cardbus \
208 cbb \
209 ciss \
210 cm \
211 el \
212 exca \
213 iir \
214 mly \
215 s3 \
208 cardbus \
209 cbb \
210 ciss \
211 cm \
212 el \
213 exca \
214 iir \
215 mly \
216 s3 \
216 smapi \
217 vesa
218
219.elif ${MACHINE} == "pc98"
220SUBDIR+=canbepm \
221 canbus \
222 pmc \
223 snc
224.endif

--- 74 unchanged lines hidden ---
217 vesa
218
219.elif ${MACHINE} == "pc98"
220SUBDIR+=canbepm \
221 canbus \
222 pmc \
223 snc
224.endif

--- 74 unchanged lines hidden ---