Deleted Added
sdiff udiff text old ( 179785 ) new ( 179895 )
full compact
1# $FreeBSD: head/sys/modules/Makefile 179785 2008-06-14 12:51:44Z wkoszek $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

78 ${_drm} \
79 ${_dtrace} \
80 dummynet \
81 ${_ed} \
82 ${_elink} \
83 ${_em} \
84 en \
85 ${_ep} \
86 ${_ex} \
87 ${_exca} \
88 ${_ext2fs} \
89 fatm \
90 fdc \
91 fdescfs \
92 ${_fe} \
93 firewire \

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

391_drm= drm
392.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
393_dtrace= dtrace
394.endif
395_ed= ed
396_elink= elink
397_em= em
398_ep= ep
399_exca= exca
400_ext2fs= ext2fs
401_fe= fe
402_i2c= i2c
403_ibcs2= ibcs2
404_ie= ie
405_if_ndis= if_ndis
406_igb= igb

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

523_cyclic= cyclic
524.endif
525_digi= digi
526_drm= drm
527.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
528_dtrace= dtrace
529.endif
530_ed= ed
531_em= em
532_exca= exca
533_ext2fs= ext2fs
534_hptiop= hptiop
535_hptmv= hptmv
536_hptrr= hptrr
537_i2c= i2c
538_ichwd= ichwd

--- 127 unchanged lines hidden ---