Deleted Added
sdiff udiff text old ( 148018 ) new ( 149211 )
full compact
1# $FreeBSD: head/sys/modules/Makefile 149211 2005-08-18 00:30:22Z pjd $
2
3# oldcard -- specialized use for debugging only.
4# owi -- totally unsupported for debugging only.
5
6SUBDIR= ${_3dfx} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

168 nmdm \
169 ${_nsp} \
170 ntfs \
171 ntfs_iconv \
172 nullfs \
173 ${_nwfs} \
174 ${_oltr} \
175 ${_osf1} \
176 ${_padlock} \
177 patm \
178 ${_pccard} \
179 ${_pcfclock} \
180 pcn \
181 ${_pecoff} \
182 ${_pf} \
183 plip \
184 ${_pmc} \

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

390_hptmv= hptmv
391_ichwd= ichwd
392_ida= ida
393_idt= idt
394_iir= iir
395_ips= ips
396_mly= mly
397_nve= nve
398.if !defined(NO_CRYPT) || defined(ALL_MODULES)
399.if exists(${.CURDIR}/../crypto/via)
400_padlock= padlock
401.endif
402.endif
403_s3= s3
404_twa= twa
405_vesa= vesa
406.elif ${MACHINE} == "pc98"
407_canbepm= canbepm
408_canbus= canbus
409_pmc= pmc
410_snc= snc

--- 110 unchanged lines hidden ---