aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/bios/Makefile')
-rw-r--r--sys/modules/bios/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/bios/Makefile b/sys/modules/bios/Makefile
new file mode 100644
index 000000000000..1fe7e1e1bba3
--- /dev/null
+++ b/sys/modules/bios/Makefile
@@ -0,0 +1,9 @@
+#
+
+SUBDIR= smbios vpd
+
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+= smapi
+.endif
+
+.include <bsd.subdir.mk>