aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-03-28 17:58:55 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-03-28 17:58:55 +0000
commitb03fab128b62c71df5b38f102c63e00f4b7cd69a (patch)
treec3356b60ddfbe888a33ff106d361674f1263a18b /sys/modules/geom
parent2e2568725cf43874e4a3453b19b0b3703db45a81 (diff)
Notes
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_part/Makefile1
-rw-r--r--sys/modules/geom/geom_part/geom_part_pc98/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_part/Makefile b/sys/modules/geom/geom_part/Makefile
index 9d9e3853d76cd..63a4374dc89d1 100644
--- a/sys/modules/geom/geom_part/Makefile
+++ b/sys/modules/geom/geom_part/Makefile
@@ -4,6 +4,7 @@ SUBDIR= geom_part_apm \
geom_part_bsd \
geom_part_gpt \
geom_part_mbr \
+ geom_part_pc98 \
geom_part_vtoc8
.include <bsd.subdir.mk>
diff --git a/sys/modules/geom/geom_part/geom_part_pc98/Makefile b/sys/modules/geom/geom_part/geom_part_pc98/Makefile
new file mode 100644
index 0000000000000..44732dff1bd72
--- /dev/null
+++ b/sys/modules/geom/geom_part/geom_part_pc98/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../geom/part
+
+KMOD= geom_part_pc98
+SRCS= g_part_pc98.c
+
+SRCS+= bus_if.h device_if.h g_part_if.h
+
+MFILES= kern/bus_if.m kern/device_if.m geom/part/g_part_if.m
+
+.include <bsd.kmod.mk>