Deleted Added
full compact
Makefile (88633) Makefile (89099)
1# $FreeBSD: head/sys/modules/Makefile 88633 2001-12-29 07:13:47Z alfred $
1# $FreeBSD: head/sys/modules/Makefile 89099 2002-01-08 20:03:13Z fjoe $
2
3.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
4_random= random
5.endif
6
7SUBDIR= 3dfx \
8 accf_data \
9 accf_http \

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

112# ncp \
113# nwfs \
114# XXX some of these can move to the general case when de-i386'ed
115.if ${MACHINE_ARCH} == "i386"
116SUBDIR+=aac \
117 acpi \
118 aic \
119 ar \
2
3.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
4_random= random
5.endif
6
7SUBDIR= 3dfx \
8 accf_data \
9 accf_http \

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

112# ncp \
113# nwfs \
114# XXX some of these can move to the general case when de-i386'ed
115.if ${MACHINE_ARCH} == "i386"
116SUBDIR+=aac \
117 acpi \
118 aic \
119 ar \
120 arcnet \
120 apm \
121 asr \
122 atspeaker \
123 bktr \
124 ciss \
121 apm \
122 asr \
123 atspeaker \
124 bktr \
125 ciss \
126 cm \
125 coff \
126 el \
127 em \
128 fe \
129 fpu \
130 gnufpu \
131 ibcs2 \
132 linux \

--- 45 unchanged lines hidden ---
127 coff \
128 el \
129 em \
130 fe \
131 fpu \
132 gnufpu \
133 ibcs2 \
134 linux \

--- 45 unchanged lines hidden ---