]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/linsysfs/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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_ARCH} == "amd64"
12 CFLAGS+=-DCOMPAT_LINUX32
13 .endif
14
15 .include <bsd.kmod.mk>