freebsd-skq/sys/modules/linsysfs/Makefile
Doug Ambrisko 32397ce071 Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
LSI MegaRAID SAS utility.

Sponsored by:		IronPort Systems
Man page help from:	brueffer
2006-05-09 22:27:01 +00:00

12 lines
174 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../compat/linsysfs
KMOD= linsysfs
SRCS= vnode_if.h \
device_if.h bus_if.h pci_if.h \
linsysfs.c \
opt_compat.h
.include <bsd.kmod.mk>