mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/linux/linprocfs
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \
|
|
linprocfs_vfsops.c linprocfs_vnops.c
|
|
NOMAN=
|
|
VFS_KLD=
|
|
CFLAGS+= -DLINPROCFS
|
|
|
|
.include <bsd.kmod.mk>
|