]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/geom/geom_part/geom_part_bsd/Makefile
MFV r289310:
[FreeBSD/FreeBSD.git] / sys / modules / geom / geom_part / geom_part_bsd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../../geom/part ${.CURDIR}/../../../../geom
4
5 KMOD=   geom_part_bsd
6 SRCS=   g_part_bsd.c geom_bsd_enc.c
7
8 SRCS+=  bus_if.h device_if.h g_part_if.h
9
10 .include <bsd.kmod.mk>