freebsd-dev/sys/modules/geom/geom_part/geom_part_apm/Makefile
Marcel Moolenaar 807e684076 Instead of making a single geom_part.ko module, make a module
for each partitioning scheme. The gpart code is currently non-
optional.
2008-03-23 01:42:47 +00:00

13 lines
220 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../geom/part
KMOD= geom_part_apm
SRCS= g_part_apm.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>