]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/geom/geom_part/geom_part_mbr/Makefile
MFV r348553: 9681 ztest failure in spa_history_log_internal due to spa_rename()
[FreeBSD/FreeBSD.git] / sys / modules / geom / geom_part / geom_part_mbr / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/geom/part
4
5 KMOD=   geom_part_mbr
6 SRCS=   g_part_mbr.c
7
8 SRCS+=  bus_if.h device_if.h g_part_if.h
9
10 .include <bsd.kmod.mk>