]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/linprocfs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / linprocfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../compat/linprocfs
4
5 KMOD=   linprocfs
6 SRCS=   vnode_if.h \
7         device_if.h bus_if.h \
8         linprocfs.c \
9         opt_compat.h
10
11 .if ${MACHINE_ARCH} == "amd64"
12 CFLAGS+=-DCOMPAT_LINUX32
13 .endif
14
15 .include <bsd.kmod.mk>