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