1# 2 3SUBDIR= smbios vpd 4 5.if ${MACHINE_ARCH} == "i386" 6SUBDIR+= smapi 7.endif 8 9.include <bsd.subdir.mk> 10