Deleted Added
sdiff udiff text old ( 85260 ) new ( 85413 )
full compact
1# $FreeBSD: head/sys/modules/Makefile 85260 2001-10-20 20:21:34Z mjacob $
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+=snc
140.endif
141
142.if ${MACHINE_ARCH} == "alpha"
143SUBDIR+=linux \
144 osf1
145.endif
146

--- 16 unchanged lines hidden ---