]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/linsysfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>