]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/linsysfs/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / sys / modules / linsysfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../compat/linsysfs
4
5 KMOD=   linsysfs
6 SRCS=   vnode_if.h \
7         device_if.h bus_if.h  pci_if.h \
8         linsysfs.c \
9         opt_compat.h
10
11 .include <bsd.kmod.mk>