mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/linprocfs
|
|
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h \
|
|
device_if.h bus_if.h \
|
|
linprocfs.c
|
|
|
|
.include <bsd.kmod.mk>
|