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