freebsd-dev/sys/modules/geom/geom_part/geom_part_ldm/Makefile
Andrey V. Elsukov 8bb4272910 Connect geom_part_ldm module to the build.
MFC after:	1 month
2012-03-19 13:15:48 +00:00

13 lines
220 B
Makefile

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