Deleted Added
full compact
Makefile (156813) Makefile (156905)
1# $FreeBSD: head/sys/modules/Makefile 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/sys/modules/Makefile 156905 2006-03-20 14:24:58Z ru $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

353_ibcs2= ibcs2
354_ie= ie
355_if_ndis= if_ndis
356_io= io
357_linprocfs= linprocfs
358_linux= linux
359_lnc= lnc
360_mse= mse
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

353_ibcs2= ibcs2
354_ie= ie
355_if_ndis= if_ndis
356_io= io
357_linprocfs= linprocfs
358_linux= linux
359_lnc= lnc
360_mse= mse
361.if ${MK_NCP} != "no"
361_ncp= ncp
362_ncp= ncp
363.endif
362_ncv= ncv
363_ndis= ndis
364_nsp= nsp
364_ncv= ncv
365_ndis= ndis
366_nsp= nsp
367.if ${MK_NCP} != "no"
365_nwfs= nwfs
368_nwfs= nwfs
369.endif
366_oltr= oltr
367_pccard= pccard
368_pcfclock= pcfclock
369_pecoff= pecoff
370_pst= pst
371_puc= puc
372_ray= ray
373_safe= safe

--- 172 unchanged lines hidden ---
370_oltr= oltr
371_pccard= pccard
372_pcfclock= pcfclock
373_pecoff= pecoff
374_pst= pst
375_puc= puc
376_ray= ray
377_safe= safe

--- 172 unchanged lines hidden ---