]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/linsysfs/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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 .if ${MACHINE_CPUARCH} == "amd64"
12 CFLAGS+=-DCOMPAT_LINUX32
13 .endif
14
15 .include <bsd.kmod.mk>