Deleted Added
full compact
Makefile (85260) Makefile (85413)
1# $FreeBSD: head/sys/modules/Makefile 85260 2001-10-20 20:21:34Z mjacob $
1# $FreeBSD: head/sys/modules/Makefile 85413 2001-10-24 14:46:40Z nyan $
2
3.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
4_random= random
5.endif
6
7SUBDIR= 3dfx \
8 accf_data \
9 accf_http \

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

131 streams \
132 vesa \
133 wi
134.endif
135#removed while KSE settles in:
136# smbfs \
137
138.if ${MACHINE} == "pc98"
2
3.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
4_random= random
5.endif
6
7SUBDIR= 3dfx \
8 accf_data \
9 accf_http \

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

131 streams \
132 vesa \
133 wi
134.endif
135#removed while KSE settles in:
136# smbfs \
137
138.if ${MACHINE} == "pc98"
139SUBDIR+=pmc
139SUBDIR+=snc
140.endif
141
142.if ${MACHINE_ARCH} == "alpha"
143SUBDIR+=linux \
144 osf1
145.endif
146

--- 16 unchanged lines hidden ---
140SUBDIR+=snc
141.endif
142
143.if ${MACHINE_ARCH} == "alpha"
144SUBDIR+=linux \
145 osf1
146.endif
147

--- 16 unchanged lines hidden ---