807e684076
for each partitioning scheme. The gpart code is currently non- optional.
13 lines
220 B
Makefile
13 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../geom/part
|
|
|
|
KMOD= geom_part_mbr
|
|
SRCS= g_part_mbr.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>
|