]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/linprocfs/Makefile
This commit was generated by cvs2svn to compensate for changes in r167961,
[FreeBSD/FreeBSD.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>