mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
13 lines
263 B
Makefile
13 lines
263 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/compat/linsysfs
|
|
|
|
KMOD= linsysfs
|
|
SRCS= vnode_if.h \
|
|
device_if.h bus_if.h pci_if.h \
|
|
linsysfs.c linsysfs_net.c
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
.warning Building Linuxulator outside of a kernel does not make sense
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|