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