3fd18735a4
Keeping them there seemed like a good idea at the time, but it annoys bde and confuses people who do not understand how MODULES_OVERRIDE works.
11 lines
142 B
Makefile
11 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/linprocfs
|
|
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h \
|
|
opt_linux.h \
|
|
linprocfs.c
|
|
|
|
.include <bsd.kmod.mk>
|