mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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.
10 lines
142 B
Makefile
10 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/linprocfs
|
|
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h \
|
|
opt_linux.h \
|
|
linprocfs.c
|
|
|
|
.include <bsd.kmod.mk>
|