]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/geom/geom_part/geom_part_pc98/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / geom / geom_part / geom_part_pc98 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../../geom/part
4
5 KMOD=   geom_part_pc98
6 SRCS=   g_part_pc98.c
7
8 SRCS+=  bus_if.h device_if.h g_part_if.h
9
10 MFILES= kern/bus_if.m kern/device_if.m geom/part/g_part_if.m
11
12 .include <bsd.kmod.mk>