Makefile (a393ae13a4fece7d10c86e81e543b7eb58bbb869) | Makefile (2785677d3dd1ddc1672c3ff3b2b58f9027eaaa1a) |
---|---|
1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= ${_3dfx} \ 6 ${_3dfx_linux} \ 7 ${_aac} \ 8 accf_data \ --- 610 unchanged lines hidden (view full) --- 619_an= an 620_bm= bm 621_cpufreq= cpufreq 622_nvram= powermac_nvram 623_smbfs= smbfs 624_sound= sound 625.endif 626 | 1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= ${_3dfx} \ 6 ${_3dfx_linux} \ 7 ${_aac} \ 8 accf_data \ --- 610 unchanged lines hidden (view full) --- 619_an= an 620_bm= bm 621_cpufreq= cpufreq 622_nvram= powermac_nvram 623_smbfs= smbfs 624_sound= sound 625.endif 626 |
627.if ${MACHINE_ARCH} == "powerpc64" 628.if ${MK_CDDL} != "no" || defined(ALL_MODULES) 629_opensolaris= opensolaris 630.endif 631.if ${MK_ZFS} != "no" || defined(ALL_MODULES) 632_zfs= zfs 633.endif 634.endif 635 |
|
627.if ${MACHINE_ARCH} == "sparc64" 628_auxio= auxio 629_em= em 630_epic= epic 631_i2c= i2c 632_igb= igb 633.if ${MK_CDDL} != "no" || defined(ALL_MODULES) 634_opensolaris= opensolaris --- 27 unchanged lines hidden --- | 636.if ${MACHINE_ARCH} == "sparc64" 637_auxio= auxio 638_em= em 639_epic= epic 640_i2c= i2c 641_igb= igb 642.if ${MK_CDDL} != "no" || defined(ALL_MODULES) 643_opensolaris= opensolaris --- 27 unchanged lines hidden --- |