xref: /freebsd/sys/modules/bios/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1#
2
3SUBDIR=	smbios vpd
4
5.if ${MACHINE_ARCH} == "i386"
6SUBDIR+=	smapi
7.endif
8
9.include <bsd.subdir.mk>
10