1.include <bsd.own.mk> 2 3.if ${MACHINE_ARCH} == "i386" 4SUBDIR+= acpi 5.endif # ${MACHINE_ARCH} == "i386" 6 7.if ${MACHINE_ARCH} == "earm" 8SUBDIR+= tps65217 9SUBDIR+= tps65950 10.endif # ${MACHINE_ARCH} == "earm" 11 12.include <bsd.subdir.mk> 13