Deleted Added
full compact
Makefile (148018) Makefile (149211)
1# $FreeBSD: head/sys/modules/Makefile 148018 2005-07-14 23:04:23Z emax $
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} \
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} \
176 patm \
177 ${_pccard} \
178 ${_pcfclock} \
179 pcn \
180 ${_pecoff} \
181 ${_pf} \
182 plip \
183 ${_pmc} \

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

389_hptmv= hptmv
390_ichwd= ichwd
391_ida= ida
392_idt= idt
393_iir= iir
394_ips= ips
395_mly= mly
396_nve= nve
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
397_s3= s3
398_twa= twa
399_vesa= vesa
400.elif ${MACHINE} == "pc98"
401_canbepm= canbepm
402_canbus= canbus
403_pmc= pmc
404_snc= snc

--- 110 unchanged lines hidden ---
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 ---