Deleted Added
full compact
Makefile (179785) Makefile (179895)
1# $FreeBSD: head/sys/modules/Makefile 179785 2008-06-14 12:51:44Z wkoszek $
1# $FreeBSD: head/sys/modules/Makefile 179895 2008-06-20 19:28:33Z delphij $
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} \
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 ${_et} \
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
87 ${_ex} \
88 ${_exca} \
89 ${_ext2fs} \
90 fatm \
91 fdc \
92 fdescfs \
93 ${_fe} \
94 firewire \

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

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

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

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

--- 127 unchanged lines hidden ---