mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
PR: 266482 Reviewed by: melifaro, me Differential revision: https://reviews.freebsd.org/D36949 MFC after: 1 week
14 lines
264 B
Makefile
14 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/compat/linprocfs
|
|
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h \
|
|
device_if.h bus_if.h opt_inet.h \
|
|
linprocfs.c
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
.warning Building Linuxulator outside of a kernel does not make sense
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|