Deleted Added
full compact
Makefile (197019) Makefile (197025)
1# $FreeBSD: head/sys/modules/Makefile 197019 2009-09-09 05:53:26Z delphij $
1# $FreeBSD: head/sys/modules/Makefile 197025 2009-09-09 09:50:31Z delphij $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

477_cmx= cmx
478_ciss= ciss
479_coretemp= coretemp
480_cpuctl= cpuctl
481_cpufreq= cpufreq
482.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
483_cyclic= cyclic
484.endif
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

477_cmx= cmx
478_ciss= ciss
479_coretemp= coretemp
480_cpuctl= cpuctl
481_cpufreq= cpufreq
482.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
483_cyclic= cyclic
484.endif
485_dpms= dpms
485_drm= drm
486.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
487_dtrace= dtrace
488.endif
489_ed= ed
490_et= et
491_em= em
492_exca= exca

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

527.endif
528_pccard= pccard
529_rdma= rdma
530_safe= safe
531_scsi_low= scsi_low
532_smbfs= smbfs
533_sound= sound
534_speaker= speaker
486_drm= drm
487.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
488_dtrace= dtrace
489.endif
490_ed= ed
491_et= et
492_em= em
493_exca= exca

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

528.endif
529_pccard= pccard
530_rdma= rdma
531_safe= safe
532_scsi_low= scsi_low
533_smbfs= smbfs
534_sound= sound
535_speaker= speaker
536_splash= splash
535_sppp= sppp
536_tmpfs= tmpfs
537_twa= twa
537_sppp= sppp
538_tmpfs= tmpfs
539_twa= twa
540_vesa= vesa
538_wi= wi
539_wpi= wpi
540_wpifw= wpifw
541.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
542_zfs= zfs
543.endif
544.endif
545

--- 77 unchanged lines hidden ---
541_wi= wi
542_wpi= wpi
543_wpifw= wpifw
544.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
545_zfs= zfs
546.endif
547.endif
548

--- 77 unchanged lines hidden ---